comparison test/runtime/7158800/Test7158800.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
comparison
equal deleted inserted replaced
6634:7f813940ac35 6635:83b6305a5638
54 Windows_* ) 54 Windows_* )
55 NULL=NUL 55 NULL=NUL
56 PS=";" 56 PS=";"
57 FS="\\" 57 FS="\\"
58 ;; 58 ;;
59 CYGWIN_* )
60 NULL=/dev/null
61 PS=";"
62 FS="/"
63 ;;
59 * ) 64 * )
60 echo "Unrecognized system!" 65 echo "Unrecognized system!"
61 exit 1; 66 exit 1;
62 ;; 67 ;;
63 esac 68 esac