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