X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F30-scope.t;h=78b2b1dad86ba8fcfbe8e881f06ad79401cdec19;hp=14b987cb17de043947003fce4d9a0d9dc85374cb;hb=e11d9a3efc1dcc5648202bd7651a982477bbc587;hpb=9e1b933a7cdeed368a062f29cfe995d06416b714 diff --git a/t/30-scope.t b/t/30-scope.t index 14b987c..78b2b1d 100644 --- a/t/30-scope.t +++ b/t/30-scope.t @@ -8,6 +8,8 @@ BEGIN { $tests = 18 } use Test::More tests => (1 + $tests + 1) + 3 + 3 + 3 + 5 + 1; +BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} } + use lib 't/lib'; my %wrong = map { $_ => 1 } 2, 3, 5, 7, 9, 10, 14, 15, 17, 18;