From: Jeff King Date: Tue, 6 Jan 2015 03:49:43 +0000 (-0500) Subject: t1301: set umask in reflog sharedrepository=group test X-Git-Tag: v2.3.0-rc1~21^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d05c77cca2a6768ca03e95bcdd7358eb6af85c1a?ds=inline;hp=d05c77cca2a6768ca03e95bcdd7358eb6af85c1a 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 Signed-off-by: Junio C Hamano ---