From: Peter Baumann <peter.baumann@gmail.com>
To: git@vger.kernel.org
Subject: [BUG] t4102-apply-rename.sh isn't umask aware
Date: Tue, 1 Nov 2005 12:03:10 +0100 [thread overview]
Message-ID: <802d21790511010303l1a91071ci@mail.gmail.com> (raw)
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
reply other threads:[~2005-11-01 11:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=802d21790511010303l1a91071ci@mail.gmail.com \
--to=peter.baumann@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox