diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/normal/cli_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/normal/cli_test.go b/tests/normal/cli_test.go index bbb45ae..18c0bd9 100644 --- a/tests/normal/cli_test.go +++ b/tests/normal/cli_test.go @@ -178,6 +178,7 @@ func TestShadows(t *testing.T) { t.Fatal(err) } // This should work + // (note that MountOrFatal creates "mnt" again) test_helpers.MountOrFatal(t, cipher, mnt, "-extpass=echo test") test_helpers.UnmountPanic(mnt) cipher2 := mnt + "/cipher" |