diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/root_test/root_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go index 5a98feb..d9d5dfc 100644 --- a/tests/root_test/root_test.go +++ b/tests/root_test/root_test.go @@ -136,7 +136,6 @@ func writeTillFull(t *testing.T, path string) (int, syscall.Errno) { } sz += n } - return sz, 0 } // TestDiskFull needs root permissions because it creates a loop disk |