YA sync with mainline
[p5sagit/p5-mst-13.2.git] / t / lib / glob-basic.t
index 2336fc0..b967e8d 100755 (executable)
@@ -72,7 +72,7 @@ print "ok 5\n";
 
 # check bad protections
 # should return an empty list, and set ERROR
-if ($^O eq 'mpeix' or $^O eq 'MSWin32' or $^O eq 'os2' or $^O eq 'VMS' or not $>) {
+if ($^O eq 'mpeix' or $^O eq 'MSWin32' or $^O eq 'os2' or $^O eq 'VMS' or $^O eq 'cygwin' or not $>) {
     print "ok 6 # skipped\n";
 }
 else {