X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F46-stress.t;h=40d5387714306bc9c17f9886d5ec30a992db6051;hp=cf474a8377c01574dff059508d374d5ce4b68237;hb=5cc9cb534a3573afabe6a4c009de680a58d34cd4;hpb=175215d256b3ccb78ed48b5ad17c5e1d5ac3ba28 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} }