summaryrefslogtreecommitdiff
path: root/t/lib
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/lib
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/lib')
-rwxr-xr-xt/lib/anydbm.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/anydbm.t b/t/lib/anydbm.t
index ed83a56222..9efe5e9f3e 100755
--- a/t/lib/anydbm.t
+++ b/t/lib/anydbm.t
@@ -13,7 +13,7 @@ use Fcntl;
print "1..12\n";
$Is_Dosish = ($^O eq 'amigaos' || $^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');
unlink <Op_dbmx*>;