diff options
author | Jakob Unterwurzacher | 2020-05-09 15:29:21 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-09 15:29:21 +0200 |
commit | 5dbf376860d51bac599064ad746ac94ade27c277 (patch) | |
tree | b081056f272f36b09972a9356745736b6aaaab29 /tests/cli/cli_test.go | |
parent | a6f515008f59131771581d084bcaca20e46e9e52 (diff) |
tests: cli: rename TestBypass -> TestBadname
The command line option is now called `-badname`,
so adjust the test name to match.
Diffstat (limited to 'tests/cli/cli_test.go')
-rw-r--r-- | tests/cli/cli_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
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" |