Hi, On Wed, 24 Jan 2007, SungHyun Nam wrote: > First of all, this problem always existed to me. I was lazy to report. > Please check the failure logs and my GIT build script below. [...] the > first test failed at 't1000-read-tree-m-3way.sh' always. And in this > case, 2nd test always succeeded. > > * FAIL 57: 5 - must match in !O && A && B && A==B case. > rm -f .git/index LL && > cp .orig-A/LL LL && > git-update-index --add LL && > echo extra >>LL && > git-read-tree -m 3fe085e0589de4327971d50e416fc292dd00fbfe > 997bbc4a0a51e0574168a4f637739380edebe4d7 > 76d47d681d7f1d4fa975334a9a0ba8a6eeea2226 && > check_result It is not directly apparent what is causing this error. Could you please change your script to use "-i -v" on the tests? I.e. instead of: > if ! make test this: if ! (cd t; GIT_TEST_OPTS="-i -v" make) It should give us a better idea what happened, since we also see the error messages of the git commands. If it is still not apparent what went wrong, there is unfortunately no way around doing that particular test case manually, as to find out what went wrong. Since you seem to be the only one who can reproduce this bug, it boils down to you having to do the leg work. Please keep us posted! 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