7036518: TEST_BUG: add cygwin support to test/java/nio/charset/coders/CheckSJISMappingProp.sh

7036519: TEST_BUG: add cygwin support to test/demo/zipfs/basic.sh

Reviewed-by: sherman
This commit is contained in:
Mandy Chung 2011-08-08 16:26:25 -07:00
parent 2aa1b6d565
commit ebe985c1ec
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ fi
OS=`uname -s`
case "$OS" in
Windows_* )
Windows_* | CYGWIN* )
CLASSPATH="${TESTCLASSES};${ZIPFS}"
;;
* )

View File

@ -36,7 +36,7 @@ OS=`uname -s`
case "$OS" in
SunOS | Linux ) ;;
# Skip locale test for Windows
Windows* )
Windows* | CYGWIN* )
echo "Passed"; exit 0 ;;
* ) echo "Unrecognized system!" ; exit 1 ;;
esac