projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e5218da
)
Adjust VMS test count
Rafael Garcia-Suarez [Thu, 19 May 2005 06:25:22 +0000 (06:25 +0000)]
p4raw-id: //depot/perl@24503
t/run/exit.t
patch
|
blob
|
blame
|
history
diff --git
a/t/run/exit.t
b/t/run/exit.t
index
a639a11
..
9cc16ad
100644
(file)
--- a/
t/run/exit.t
+++ b/
t/run/exit.t
@@
-20,7
+20,7
@@
sub run {
BEGIN {
# MacOS system() doesn't have good return value
- $numtests = ($^O eq 'VMS') ? 10 : ($^O eq 'MacOS') ? 0 : 17;
+ $numtests = ($^O eq 'VMS') ? 9 : ($^O eq 'MacOS') ? 0 : 17;
}
require "test.pl";