Git development
 help / color / mirror / Atom feed
* [BUG] t4102-apply-rename.sh isn't umask aware
@ 2005-11-01 11:03 Peter Baumann
  0 siblings, 0 replies; only message in thread
From: Peter Baumann @ 2005-11-01 11:03 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-01 11:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-01 11:03 [BUG] t4102-apply-rename.sh isn't umask aware Peter Baumann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox