comparison test/gc/6941923/test6941923.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 04d6d4322c6a
comparison
equal deleted inserted replaced
6634:7f813940ac35 6635:83b6305a5638
12 SunOS | Linux | Darwin ) 12 SunOS | Linux | Darwin )
13 NULL=/dev/null 13 NULL=/dev/null
14 PS=":" 14 PS=":"
15 FS="/" 15 FS="/"
16 ;; 16 ;;
17 Windows_* ) 17 Windows_* | CYGWIN_* )
18 echo "Test skipped for Windows" 18 echo "Test skipped for Windows"
19 exit 0 19 exit 0
20 ;; 20 ;;
21 * ) 21 * )
22 echo "Unrecognized system!" 22 echo "Unrecognized system!"