comparison test/runtime/7051189/Xchecksig.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
44 OS=`uname -s` 44 OS=`uname -s`
45 case "$OS" in 45 case "$OS" in
46 SunOS | Linux | Darwin ) 46 SunOS | Linux | Darwin )
47 FS="/" 47 FS="/"
48 ;; 48 ;;
49 Windows_* ) 49 Windows_* | CYGWIN_* )
50 printf "Not testing libjsig.so on Windows. PASSED.\n " 50 printf "Not testing libjsig.so on Windows. PASSED.\n "
51 exit 0 51 exit 0
52 ;; 52 ;;
53 * ) 53 * )
54 printf "Not testing libjsig.so on unrecognised system. PASSED.\n " 54 printf "Not testing libjsig.so on unrecognised system. PASSED.\n "