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:
parent
2aa1b6d565
commit
ebe985c1ec
@ -39,7 +39,7 @@ fi
|
||||
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
Windows_* )
|
||||
Windows_* | CYGWIN* )
|
||||
CLASSPATH="${TESTCLASSES};${ZIPFS}"
|
||||
;;
|
||||
* )
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user