comparison test/runtime/7158988/TestFieldMonitor.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
36 Windows_NT ) 36 Windows_NT )
37 NULL=NUL 37 NULL=NUL
38 PS=";" 38 PS=";"
39 FS="\\" 39 FS="\\"
40 ;; 40 ;;
41 CYGWIN_NT* )
42 NULL=/dev/null
43 PS=";"
44 FS="/"
45 ;;
46 CYGWIN_* )
47 NULL=/dev/null
48 PS=";"
49 FS="/"
50 echo "Test skipped, only for WinNT"
51 exit 0
52 ;;
41 * ) 53 * )
42 echo "Unrecognized system!" 54 echo "Unrecognized system!"
43 exit 1; 55 exit 1;
44 ;; 56 ;;
45 esac 57 esac