projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
87e3329
)
Remove the test counter checker at the end of t/op/pat.t : it
Rafael Garcia-Suarez [Tue, 21 Nov 2006 09:15:43 +0000 (09:15 +0000)]
doesn't get updated correctly.
p4raw-id: //depot/perl@29333
t/op/pat.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/pat.t
b/t/op/pat.t
index
2ccdfbc
..
cf6d54f
100755
(executable)
--- a/
t/op/pat.t
+++ b/
t/op/pat.t
@@
-4143,8
+4143,3
@@
BEGIN {
$::TestCount = 1367;
print "1..$::TestCount\n";
}
-END {
- if ($::TestCount != $::count) {
- warn "#\n### Got $::count test reports, but expected $::TestCount\n#\n";
- }
-}