comparison test/compiler/6894807/Test6894807.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
29 Windows_* ) 29 Windows_* )
30 NULL=NUL 30 NULL=NUL
31 PS=";" 31 PS=";"
32 FS="\\" 32 FS="\\"
33 ;; 33 ;;
34 CYGWIN_* )
35 NULL=/dev/null
36 PS=";"
37 FS="/"
38 ;;
34 * ) 39 * )
35 echo "Unrecognized system!" 40 echo "Unrecognized system!"
36 exit 1; 41 exit 1;
37 ;; 42 ;;
38 esac 43 esac