Ifejinelo Onyiah, Fri, Jun 27, 2008 10:43:05 +0200: > > could you try the command _without_ "bash -x"? > > Like this: > > > > cd t > > ./t2004-checkout-cache-temp.sh -d -v -i > > > > I've just done that and here's the output: > > io1@mib19412i[00m:~/Desktop/git-1.5.6/t$ ./t2004-checkout-cache-temp.sh -d -v -i > * expecting success: ... > * passed all 18 test(s) So it succeeded... Complicated, then. You can try removing the command-line options (except -i, which just makes the script stop after the first failure): ./t2004-checkout-cache-temp.sh -i -v ./t2004-checkout-cache-temp.sh -i -d and see if it breaks. Either -d or -v will help to pinpoint the test, which failed more precisely. Or, you can also try to build everything from scratch first (by re-cloning your git repo somewhere and building it there). As far as I understood, the "make test" failed after you tried to build things first time, right? P.S. sorry for slow communication. I'm rarely on the net. A more active debugging session can be had on IRC, there is some experienced folk hanging around there (irc.freenode.net, channel #git). -- 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