From: Jarkko Hietaniemi Date: Fri, 28 Sep 2001 02:31:49 +0000 (+0000) Subject: Test numbering mismatch. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=205e320950821bb703a89e6568ed2cef9d1d739b;p=p5sagit%2Fp5-mst-13.2.git Test numbering mismatch. p4raw-id: //depot/perl@12253 --- diff --git a/t/op/chdir.t b/t/op/chdir.t index 8386df0..9ad9921 100644 --- a/t/op/chdir.t +++ b/t/op/chdir.t @@ -8,7 +8,7 @@ BEGIN { } require "test.pl"; -plan(tests => 31); +plan(tests => 25); my $IsVMS = $^O eq 'VMS';