diff options
Diffstat (limited to 't')
-rw-r--r-- | t/12-menu.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/12-menu.t b/t/12-menu.t index c6d775d6..1d610e0c 100644 --- a/t/12-menu.t +++ b/t/12-menu.t @@ -126,7 +126,7 @@ is_deeply([$ini->access_control($myconfig, 'AR')], ['AR--foo', 'AR--test'], # file not found check SKIP: { - skip 'file not found test, Test::Trap not usable', 2 if !$notrap; + skip 'file not found test, Test::Trap not usable', 2 if $notrap; $ini = new Menu; @r = trap{$ini->add_file('t/data/12-not-a-file')}; is_deeply($ini->{'ORDER'}, [], |