summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-28 02:31:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-28 02:31:49 +0000
commit205e320950821bb703a89e6568ed2cef9d1d739b (patch)
tree5bbdb5fbd4d6bd7e836d52c6fefe81a754100d64 /t
parent9d4c144b923f1296fc58dd2230c626ac46cfb312 (diff)
downloadperl-205e320950821bb703a89e6568ed2cef9d1d739b.tar.gz
Test numbering mismatch.
p4raw-id: //depot/perl@12253
Diffstat (limited to 't')
-rw-r--r--t/op/chdir.t2
1 files changed, 1 insertions, 1 deletions
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';