projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
99870f4
)
Fix plan syntax in TAP output
Rafael Garcia-Suarez [Sun, 22 Nov 2009 18:50:33 +0000 (19:50 +0100)]
t/re/uniprops.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/uniprops.t
b/t/re/uniprops.t
index
74548c2
..
b0010cc
100644
(file)
--- a/
t/re/uniprops.t
+++ b/
t/re/uniprops.t
@@
-128,7
+128,7
@@
sub Error($) {
}
sub Finished() {
- print "1..$Tests.\n";
+ print "1..$Tests\n";
exit($Fails ? -1 : 0);
}