Hi, On Sun, 2 Sep 2007, Arkadiusz Miskiewicz wrote: > Junio C Hamano wrote: > > > The latest feature release GIT 1.5.3 is available at the usual > > places: > > Hm, > > [...] > > *** t0001-init.sh *** > * FAIL 1: plain > > ( > unset GIT_DIR GIT_WORK_TREE && > mkdir plain && > cd plain && > git init > ) && > check_config plain/.git false unset Please try the verbose mode: cd t/ && sh t0001-init.sh -i -v. If that does not show you _what_ the problem is, try "sh -x [...]". If you still cannot find what the problem is, please tell us what platform you're running on, and show us the output of the "-i -v" invocation. Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html