xp:~/src/git/t rm -fR trash xp:~/src/git/t umask 0027 xp:~/src/git/t ./t4102-apply-rename.sh mv: cannot stat `.git/hooks': No such file or directory * ok 1: setup * ok 2: apply * FAIL 3: validate test -f bar && ls -l bar | grep "^-..x..x..x" * failed 1 among 3 test(s) Setting umask to 0022 fixed the problem. xp:~/src/git/t rm -fR trash xp:~/src/git/t umask 0022 xp:~/src/git/t ./t4102-apply-rename.sh mv: cannot stat `.git/hooks': No such file or directory * ok 1: setup * ok 2: apply * ok 3: validate * passed all 3 test(s) Regards Peter - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Nov 01 22:03:45 2005
This archive was generated by hypermail 2.1.8 : 2005-11-01 22:03:49 EST