t1301: set umask in reflog sharedrepository=group test
commitd05c77cca2a6768ca03e95bcdd7358eb6af85c1a
authorJeff King <peff@peff.net>
Tue, 6 Jan 2015 03:49:43 +0000 (5 22:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Jan 2015 19:20:45 +0000 (6 11:20 -0800)
tree5aa32a770e31cd537343af41ce2b7628593be6c5
parent4489a480fdfe53e1ca78eabdab2dee00376814a3
t1301: set umask in reflog sharedrepository=group test

The t1301 script sets the umask globally before many of the
tests. Most of the tests that care about the umask then set
it explicitly at the start of the test. However, one test
does not, and relies on the 077 umask setting from earlier
tests. This is fragile and can break if another test is
added in between. Let's be more explicit.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1301-shared-repo.sh