projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c5c68c
)
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
patch
|
blob
|
blame
|
history
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