From: Jarkko Hietaniemi Date: Sat, 23 Jun 2001 13:32:41 +0000 (+0000) Subject: Cygwin too has different permission semantics. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9614bee6c47f72640bb297462d707d36261fefbf;p=p5sagit%2Fp5-mst-13.2.git Cygwin too has different permission semantics. p4raw-id: //depot/perl@10860 --- diff --git a/ext/GDBM_File/gdbm.t b/ext/GDBM_File/gdbm.t index 0f5cfa0..3ba19e8 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) = ; } -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 {