From: Steve Hay Date: Tue, 7 Mar 2006 14:58:20 +0000 (+0000) Subject: Fix lib/Module/Build/t/compat.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97f4a048e9e2bd474605e3c61fdcc4ad00b5dc89;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/lib/Module/Build/t/compat.t b/lib/Module/Build/t/compat.t index 078c6d2..44a136c 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);