diff options
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/switches.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/run/switches.t b/t/run/switches.t index 317586ed2f..4af3141fd7 100644 --- a/t/run/switches.t +++ b/t/run/switches.t @@ -11,7 +11,7 @@ BEGIN { BEGIN { require "./test.pl"; } -plan(tests => 61); +plan(tests => 62); use Config; @@ -255,7 +255,7 @@ SWTESTPM # Tests for switches which do not exist -foreach my $switch (split //, "ABbGgHJjKkLNOoQqRrYyZz123456789_") +foreach my $switch (split //, "ABbGgHJjKkLNOoPQqRrYyZz123456789_") { local $TODO = ''; # these ones should work on VMS |