diff test/runtime/6878713/Test6878713.sh @ 6635:83b6305a5638

7191926: Remove MKS dependency in Hotspot regression tests Summary: Add case for CYGWIN in .sh files. Reviewed-by: coleenp, kvn Contributed-by: pavel.punegov@oracle.com
author coleenp
date Wed, 29 Aug 2012 14:49:05 -0400
parents 6acee021f5ac
children eca90b8a06eb 04d6d4322c6a
line wrap: on
line diff
--- a/test/runtime/6878713/Test6878713.sh	Tue Aug 28 15:24:39 2012 -0700
+++ b/test/runtime/6878713/Test6878713.sh	Wed Aug 29 14:49:05 2012 -0400
@@ -38,6 +38,11 @@
     PS=";"
     FS="\\"
     ;;
+  CYGWIN_* )
+    NULL=/dev/null
+    PS=";"
+    FS="/"
+    ;;
   * )
     echo "Unrecognized system!"
     exit 1;