From: Jarkko Hietaniemi Date: Fri, 28 Sep 2001 02:31:49 +0000 (+0000) Subject: Test numbering mismatch. X-Git-Tag: upstream/5.16.3~30097 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=205e320950821bb703a89e6568ed2cef9d1d739b;p=platform%2Fupstream%2Fperl.git Test numbering mismatch. p4raw-id: //depot/perl@12253 --- diff --git a/t/op/chdir.t b/t/op/chdir.t index 8386df0d45..9ad99215d4 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';