X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F46-stress.t;fp=t%2F46-stress.t;h=40d5387714306bc9c17f9886d5ec30a992db6051;hb=5cc9cb534a3573afabe6a4c009de680a58d34cd4;hp=cf474a8377c01574dff059508d374d5ce4b68237;hpb=1868a5983f5045def63a5cc7edf41454b407f66c;p=perl%2Fmodules%2Findirect.git diff --git a/t/46-stress.t b/t/46-stress.t index cf474a8..40d5387 100644 --- a/t/46-stress.t +++ b/t/46-stress.t @@ -6,7 +6,8 @@ use warnings; my $count; BEGIN { $count = 1_000 } -use Test::More tests => 2 * $count; +use lib 't/lib'; +use Test::Leaner tests => 2 * $count; BEGIN { delete $ENV{PERL_INDIRECT_PM_DISABLE} }