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:
parent
a6f515008f
commit
5dbf376860
@ -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)
|
dir := test_helpers.InitFS(t)
|
||||||
mnt := dir + ".mnt"
|
mnt := dir + ".mnt"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user