projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ecfb218
)
test harness tweak from Hans Mulder
Gurusamy Sarathy [Fri, 17 Dec 1999 06:16:49 +0000 (06:16 +0000)]
p4raw-id: //depot/perl@4689
t/TEST
patch
|
blob
|
blame
|
history
diff --git
a/t/TEST
b/t/TEST
index
1f9190d
..
0b674af
100755
(executable)
--- a/
t/TEST
+++ b/
t/TEST
@@
-153,7
+153,7
@@
EOT
}
}
else {
- $pct = sprintf("%.2f", ($files - $bad) / $files * 100);
+ $pct = $files ? sprintf("%.2f", ($files - $bad) / $files * 100) : "0.00";
if ($bad == 1) {
warn "Failed 1 test script out of $files, $pct% okay.\n";
}