Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t1301: set umask in reflog sharedrepository=group test
[gitweb.git]
/
t
/
t1301-shared-repo.sh
diff --git
a/t/t1301-shared-repo.sh
b/t/t1301-shared-repo.sh
index de42d21c922045415abedf3c81163682d0754eb5..86ed901e0e8dd6bb91b375d184d903ed2a0ff6a5 100755
(executable)
--- a/
t/t1301-shared-repo.sh
+++ b/
t/t1301-shared-repo.sh
@@
-112,6
+112,7
@@
do
done
test_expect_success POSIXPERM 'git reflog expire honors core.sharedRepository' '
+ umask 077 &&
git config core.sharedRepository group &&
git reflog expire --all &&
actual="$(ls -l .git/logs/refs/heads/master)" &&