r11705@rob-kinyons-powerbook58: rob | 2006-05-01 13:19:45 -0400
[dbsrgits/DBM-Deep.git] / t / 11_optimize.t
index 27d2058..9fef32b 100644 (file)
@@ -63,7 +63,8 @@ is( $db->{a}{c}, 'value2', "key2's value is still there after optimize" );
 ##
 
 SKIP: {
-    skip "Fork tests skipped on Win32", 4 if $^O eq 'MSWin32';
+    skip "Fork tests skipped on Win32", 4
+        if $^O eq 'MSWin32' || $^O eq 'cygwin';
 
     ##
     # first things first, get us about 1000 keys so the optimize() will take