summaryrefslogtreecommitdiff
path: root/t/io/fs.t
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>1999-08-20 16:37:27 +0100
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-01 23:14:50 +0000
commitd493b042f9961908e4bd0039eb1241e646536179 (patch)
tree108fc310f9365d987781213465623dc735538345 /t/io/fs.t
parent7ecd88f12de2d02174692d015d1d0bf26ee3cbdb (diff)
downloadperl-d493b042f9961908e4bd0039eb1241e646536179.tar.gz
[ID 19990821.001] [PATCH] perl5.005_60 cygwin port
To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
Diffstat (limited to 't/io/fs.t')
-rwxr-xr-xt/io/fs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index b74c9caf9d..087021bb73 100755
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -10,7 +10,7 @@ BEGIN {
use Config;
$Is_Dosish = ($^O eq 'MSWin32' or $^O eq 'dos' or
- $^O eq 'os2' or $^O eq 'mint' or $^O =~ /cygwin/);
+ $^O eq 'os2' or $^O eq 'mint');
print "1..28\n";