From 205e320950821bb703a89e6568ed2cef9d1d739b Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 28 Sep 2001 02:31:49 +0000 Subject: [PATCH] Test numbering mismatch. p4raw-id: //depot/perl@12253 --- t/op/chdir.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.34.1