tests: cli: rename TestBypass -> TestBadname

The command line option is now called `-badname`,
so adjust the test name to match.
This commit is contained in:
Jakob Unterwurzacher 2020-05-09 15:29:21 +02:00
parent a6f515008f
commit 5dbf376860
1 changed files with 2 additions and 1 deletions

View File

@ -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"