This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
479ac4e
)
Fix lib/Module/Build/t/compat.t
author
Steve Hay
<SteveHay@planit.com>
Tue, 7 Mar 2006 14:58:20 +0000
(14:58 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 7 Mar 2006 14:58:20 +0000
(14:58 +0000)
(e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
p4raw-id: //depot/perl@27401
lib/Module/Build/t/compat.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Build/t/compat.t
b/lib/Module/Build/t/compat.t
index
078c6d2
..
44a136c
100644
(file)
--- a/
lib/Module/Build/t/compat.t
+++ b/
lib/Module/Build/t/compat.t
@@
-143,7
+143,7
@@
foreach my $type (@makefile_types) {
$output = stdout_of( sub { $ran_ok = $mb->do_system(@make, 'test', 'TEST_VERBOSE=0') } );
ok $ran_ok;
$output =~ s/^/# /gm; # Don't confuse our own test output
- like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]
s\s*)?)+
# All tests/,
+ like $output, qr/(?:# .+basic\.+ok\s+(?:[\d.]
+s\s*)?)
# All tests/,
'Should be non-verbose';
$mb->delete_filetree($libdir);