aboutsummaryrefslogtreecommitdiff
path: root/tests/root_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/root_test')
-rw-r--r--tests/root_test/root_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/root_test/root_test.go b/tests/root_test/root_test.go
index 079c03b..9a22add 100644
--- a/tests/root_test/root_test.go
+++ b/tests/root_test/root_test.go
@@ -191,10 +191,6 @@ func TestDiskFull(t *testing.T) {
// Mount gocryptfs
mnt := ext4mnt + "/b"
- err = os.Mkdir(mnt, 0600)
- if err != nil {
- t.Fatal(err)
- }
test_helpers.MountOrFatal(t, cipherdir, mnt, "-extpass", "echo test")
defer test_helpers.UnmountPanic(mnt)