From 5dbf376860d51bac599064ad746ac94ade27c277 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 9 May 2020 15:29:21 +0200 Subject: tests: cli: rename TestBypass -> TestBadname The command line option is now called `-badname`, so adjust the test name to match. --- tests/cli/cli_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/cli/cli_test.go') diff --git a/tests/cli/cli_test.go b/tests/cli/cli_test.go index 232c8cc..8f85393 100644 --- a/tests/cli/cli_test.go +++ b/tests/cli/cli_test.go @@ -646,7 +646,8 @@ func TestSymlinkedCipherdir(t *testing.T) { } } -func TestBypass(t *testing.T) { +// TestBadname tests the `-badname` option +func TestBadname(t *testing.T) { dir := test_helpers.InitFS(t) mnt := dir + ".mnt" -- cgit v1.2.3