hotspot/test/runtime/7158988/TestFieldMonitor.sh
changeset 13523 6a7f3e56a242
parent 13469 9a2973794d8c
--- a/hotspot/test/runtime/7158988/TestFieldMonitor.sh	Tue Aug 28 15:24:39 2012 -0700
+++ b/hotspot/test/runtime/7158988/TestFieldMonitor.sh	Wed Aug 29 14:49:05 2012 -0400
@@ -38,6 +38,18 @@
     PS=";"
     FS="\\"
     ;;
+  CYGWIN_NT* )
+    NULL=/dev/null
+    PS=";"
+    FS="/"
+    ;;
+  CYGWIN_* )
+    NULL=/dev/null
+    PS=";"
+    FS="/"
+    echo "Test skipped, only for WinNT"
+    exit 0
+    ;;
   * )
     echo "Unrecognized system!"
     exit 1;