projects
/
perl
/
modules
/
indirect.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1868a59
)
Port t/46-stress.t to Test::Leaner
author
Vincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 10:16:56 +0000 (12:16 +0200)
committer
Vincent Pit <vince@profvince.com>
Sun, 23 Oct 2011 10:16:56 +0000 (12:16 +0200)
This makes the test suite about 25% faster for a threaded perl.
t/46-stress.t
patch
|
blob
|
history
diff --git
a/t/46-stress.t
b/t/46-stress.t
index cf474a8377c01574dff059508d374d5ce4b68237..40d5387714306bc9c17f9886d5ec30a992db6051 100644
(file)
--- 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} }