aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/cli_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-05-09 15:29:21 +0200
committerJakob Unterwurzacher2020-05-09 15:29:21 +0200
commit5dbf376860d51bac599064ad746ac94ade27c277 (patch)
treeb081056f272f36b09972a9356745736b6aaaab29 /tests/cli/cli_test.go
parenta6f515008f59131771581d084bcaca20e46e9e52 (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.go3
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"