diff options
author | Steve Hay <SteveHay@planit.com> | 2006-03-07 14:58:20 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-03-07 14:58:20 +0000 |
commit | 97f4a048e9e2bd474605e3c61fdcc4ad00b5dc89 (patch) | |
tree | c1a51dd63bbb953aebc9342b261bd3b44242f89d /lib/Module | |
parent | 479ac4ebd43c73d48878a374987b8699da2c9231 (diff) | |
download | perl-97f4a048e9e2bd474605e3c61fdcc4ad00b5dc89.tar.gz |
Fix lib/Module/Build/t/compat.t
(e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
p4raw-id: //depot/perl@27401
Diffstat (limited to 'lib/Module')
-rw-r--r-- | lib/Module/Build/t/compat.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index 078c6d2fef..44a136c5af 100644 --- 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); |