On Thu, Apr 13, 2006 at 01:23:07PM +0530, Aneesh Kumar wrote: > kvaneesh@home:~/git-work/git.build/t$ ./t3600-rm.sh > Committing initial tree e5c556e46aae6124ff4a2a466c95004e92d9a2e4 > * ok 1: Pre-check that foo exists and is in index before git-rm foo > * ok 2: Test that git-rm foo succeeds > * ok 3: Post-check that foo exists but is not in index after git-rm foo > * ok 4: Pre-check that bar exists and is in index before "git-rm -f bar" > * ok 5: Test that "git-rm -f bar" succeeds > * ok 6: Post-check that bar does not exist and is not in index after > "git-rm -f bar" > * ok 7: Test that "git-rm -- -q" succeeds (remove a file that looks > like an option) > * ok 8: Test that "git-rm -f" succeeds with embedded space, tab, or > newline characters. > * FAIL 9: Test that "git-rm -f" fails if its rm fails > git-rm -f baz > * ok 10: When the rm in "git-rm -f" fails, it should not remove the > file from the index > * failed 1 among 10 test(s) > kvaneesh@home:~/git-work/git.build/t$ On solaris 10 too, only test 5 also fails. Peter - : 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