Commit 974cc528 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

nodefs: disable umask in tests

parent 8d6ddcb2
......@@ -395,3 +395,7 @@ func TestTruncate(t *testing.T) {
posixtest.TruncateNoFile(t, tc.mntDir)
}
func init() {
syscall.Umask(0)
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment