From c8e5dc9844dbdb7fbd48c8409b37926900d4c5fc Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 10 Oct 2016 20:21:52 +0200 Subject: main: show "-o" in the help text Binds it to a dummy variable so it appears in the help text. --- tests/normal/cli_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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" -- cgit v1.2.3