When running a 'make test' under cygwin on my 64bit machine, and got the output below. The reason i cite the 64bit cygwin platform being a difference is that i have run 'make test' on the exact same codebase on a 32 bit machine. The only difference in compile environment is that the cygwin install on the 64 bit machine is as of today, and the 32 bit machine was about three days ago. ---- *** t0000-basic.sh *** * ok 1: .git/objects should be empty after git-init-db in an empty repo. * ok 2: .git/objects should have 3 subdirectories. * ok 3: git-update-index without --add should fail adding. * ok 4: git-update-index with --add should succeed. * ok 5: writing tree out with git-write-tree * ok 6: validate object ID of a known tree. * ok 7: git-update-index without --remove should fail removing. * FAIL 8: git-update-index with --remove should be able to remove. git-update-index --remove should-be-empty * ok 9: git-write-tree should be able to write an empty tree. * FAIL 10: validate object ID of a known tree. test "$tree" = 4b825dc642cb6eb9a060e54bf8d69288fbee4904 * FAIL 11: adding various types of objects with git-update-index --add. find path* ! -type d -print | xargs git-update-index --add * ok 12: showing stage with git-ls-files --stage * FAIL 13: validate git-ls-files output for a known tree. diff current expected * ok 14: writing tree out with git-write-tree. * FAIL 15: validate object ID for a known tree. test "$tree" = 087704a96baf1c2d1c869a8b084481e121c88b5b * ok 16: showing tree with git-ls-tree * FAIL 17: git-ls-tree output for a known tree. diff current expected * ok 18: showing tree with git-ls-tree -r * FAIL 19: git-ls-tree -r output for a known tree. diff current expected * FAIL 20: git-read-tree followed by write-tree should be idempotent. git-read-tree $tree && test -f .git/index && newtree=$(git-write-tree) && test "$newtree" = "$tree" * FAIL 21: validate git-diff-files output for a know cache/work tree state. git-diff-files >current && diff >/dev/null -b current expected * FAIL 22: git-update-index --refresh should succeed. git-update-index --refresh * ok 23: no diff after checkout and git-update-index --refresh. * failed 10 among 23 test(s) ----- Any ideas on how to start tracking this one down? Tim. - : 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