diff options
Diffstat (limited to 'tests/defaults/acl_test.go')
| -rw-r--r-- | tests/defaults/acl_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/defaults/acl_test.go b/tests/defaults/acl_test.go index 0dae018..bddb5e5 100644 --- a/tests/defaults/acl_test.go +++ b/tests/defaults/acl_test.go @@ -7,7 +7,6 @@ import ( "path/filepath" "syscall" "testing" - "time" "golang.org/x/sys/unix" @@ -21,8 +20,6 @@ func TestCpA(t *testing.T) { fn1 := filepath.Join(test_helpers.TmpDir, t.Name()) fn2 := filepath.Join(test_helpers.DefaultPlainDir, t.Name()) - rand.Seed(int64(time.Now().Nanosecond())) - { // Need unrestricted umask old := syscall.Umask(000) |
