From: Rafael Garcia-Suarez Date: Thu, 19 May 2005 06:25:22 +0000 (+0000) Subject: Adjust VMS test count X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d016528e06c60e93120e6e6509dc7dbf0df6e85;p=p5sagit%2Fp5-mst-13.2.git Adjust VMS test count p4raw-id: //depot/perl@24503 --- diff --git a/t/run/exit.t b/t/run/exit.t index a639a11..9cc16ad 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";