From: Jarkko Hietaniemi Date: Sun, 28 Apr 2002 02:22:00 +0000 (+0000) Subject: Plan better. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9488b0ebbb90e79260094657986efa6a6857053e;p=p5sagit%2Fp5-mst-13.2.git Plan better. p4raw-id: //depot/perl@16241 --- diff --git a/t/io/fs.t b/t/io/fs.t index 88d1973..19625b5 100755 --- a/t/io/fs.t +++ b/t/io/fs.t @@ -44,7 +44,7 @@ $needs_fh_reopen = 1 if (defined &Win32::IsWin95 && Win32::IsWin95()); my $skip_mode_checks = $^O eq 'cygwin' && $ENV{CYGWIN} !~ /ntsec/; -plan tests => 36; +plan tests => 32; if (($^O eq 'MSWin32') || ($^O eq 'NetWare')) {