summaryrefslogtreecommitdiff
path: root/ext/GDBM_File
diff options
context:
space:
mode:
Diffstat (limited to 'ext/GDBM_File')
-rwxr-xr-xext/GDBM_File/gdbm.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/GDBM_File/gdbm.t b/ext/GDBM_File/gdbm.t
index 0f5cfa0186..3ba19e8722 100755
--- a/ext/GDBM_File/gdbm.t
+++ b/ext/GDBM_File/gdbm.t
@@ -30,7 +30,7 @@ my $Dfile = "Op.dbmx.pag";
if (! -e $Dfile) {
($Dfile) = <Op.dbmx*>;
}
-if ($^O eq 'amigaos' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'dos') {
+if ($^O eq 'amigaos' || $^O eq 'os2' || $^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'cygwin') {
print "ok 2 # Skipped: different file permission semantics\n";
}
else {