The missed t/TEST part of the grand testharness upgrade.
Nick Ing-Simmons [Sun, 4 Feb 2001 18:15:57 +0000 (18:15 +0000)]
p4raw-id: //depot/perl@8692

t/TEST

diff --git a/t/TEST b/t/TEST
index cfee26c..65b1aa4 100755 (executable)
--- 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