From 6ac3eb1b4d673cc40ae32e6777129f30a646e744 Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 13 Jul 2007 22:10:16 +0000 Subject: Fixing $notrap check git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1395 4979c152-3d1c-0410-bac9-87ea11338e46 --- t/12-menu.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, [], -- cgit v1.2.3