projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0642d82
)
Suck in r1147 from TH3's svn:
author
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Sep 2008 17:36:41 +0000
(17:36 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 9 Sep 2008 17:36:41 +0000
(17:36 +0000)
Make test work if HARNESS_TIMER=1. Thanks Petdance.
p4raw-id: //depot/perl@34329
ext/Test/Harness/t/prove.t
patch
|
blob
|
history
diff --git
a/ext/Test/Harness/t/prove.t
b/ext/Test/Harness/t/prove.t
index
5dbbe0e
..
c808870
100644
(file)
--- a/
ext/Test/Harness/t/prove.t
+++ b/
ext/Test/Harness/t/prove.t
@@
-1316,6
+1316,8
@@
for my $test (@SCHEDULE) {
my $name = $test->{name};
my $class = $test->{class} || 'FakeProve';
+ local $ENV{HARNESS_TIMER};
+
ok my $app = $class->new( exists $test->{args} ? $test->{args} : () ),
"$name: App::Prove created OK";