summaryrefslogtreecommitdiff
path: root/tests/normal/cli_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-10 20:21:52 +0200
committerJakob Unterwurzacher2016-10-10 20:57:35 +0200
commitc8e5dc9844dbdb7fbd48c8409b37926900d4c5fc (patch)
treede22b9354207b615ceaada41609c153dc84014c4 /tests/normal/cli_test.go
parent7b2049c7698325a6a0ef965b6fb7a2fa94e3329b (diff)
main: show "-o" in the help text
Binds it to a dummy variable so it appears in the help text.
Diffstat (limited to 'tests/normal/cli_test.go')
-rw-r--r--tests/normal/cli_test.go1
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"