diff options
Diffstat (limited to 't')
-rw-r--r-- | t/op/chdir.t | 2 |
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'; |