comparison 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
comparison
equal deleted inserted replaced
6634:7f813940ac35 6635:83b6305a5638
36 Windows_* ) 36 Windows_* )
37 NULL=NUL 37 NULL=NUL
38 PS=";" 38 PS=";"
39 FS="\\" 39 FS="\\"
40 ;; 40 ;;
41 CYGWIN_* )
42 NULL=/dev/null
43 PS=";"
44 FS="/"
45 ;;
41 * ) 46 * )
42 echo "Unrecognized system!" 47 echo "Unrecognized system!"
43 exit 1; 48 exit 1;
44 ;; 49 ;;
45 esac 50 esac