hotspot/test/compiler/6894807/Test6894807.sh
changeset 13523 6a7f3e56a242
parent 13469 9a2973794d8c
child 25924 4c3dd8541530
--- a/hotspot/test/compiler/6894807/Test6894807.sh	Tue Aug 28 15:24:39 2012 -0700
+++ b/hotspot/test/compiler/6894807/Test6894807.sh	Wed Aug 29 14:49:05 2012 -0400
@@ -31,6 +31,11 @@
     PS=";"
     FS="\\"
     ;;
+  CYGWIN_* )
+    NULL=/dev/null
+    PS=";"
+    FS="/"
+    ;;
   * )
     echo "Unrecognized system!"
     exit 1;