summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-19 06:25:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-19 06:25:22 +0000
commit6d016528e06c60e93120e6e6509dc7dbf0df6e85 (patch)
tree088cf2f136cffdee5eb2347a95259f427607ae05 /t
parente5218da503dbb4980410e0018f4cc5dcba3ea666 (diff)
downloadperl-6d016528e06c60e93120e6e6509dc7dbf0df6e85.tar.gz
Adjust VMS test count
p4raw-id: //depot/perl@24503
Diffstat (limited to 't')
-rw-r--r--t/run/exit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/exit.t b/t/run/exit.t
index a639a1122d..9cc16adacd 100644
--- 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";