From: Nick Ing-Simmons Date: Sun, 4 Feb 2001 18:15:57 +0000 (+0000) Subject: The missed t/TEST part of the grand testharness upgrade. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f178911d699bc0c179d7f4df2fd860a4ed5be3ba;p=p5sagit%2Fp5-mst-13.2.git The missed t/TEST part of the grand testharness upgrade. p4raw-id: //depot/perl@8692 --- diff --git a/t/TEST b/t/TEST index cfee26c..65b1aa4 100755 --- a/t/TEST +++ b/t/TEST @@ -112,7 +112,7 @@ EOT } else { $next = $1, $ok = 0, last if /^not ok ([0-9]*)/; - if (/^ok (\d+)(\s*#.*)?$/ && $1 == $next) { + if (/^ok (\d+)(\s*#.*)?/ && $1 == $next) { $next = $next + 1; } elsif (/^Bail out!\s*(.*)/i) { # magic words