diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-13 22:10:16 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-07-13 22:10:16 +0000 |
commit | 6ac3eb1b4d673cc40ae32e6777129f30a646e744 (patch) | |
tree | 4f8550dcd7eaf23e05451cdc65043b2a28b0aace /t | |
parent | 47edd3e44422e3c6f14494681322b5af4c97689e (diff) |
Fixing $notrap check
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1395 4979c152-3d1c-0410-bac9-87ea11338e46
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'}, [], |