提交 d486aea9 编写于 作者: M mchung

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
上级 d31c17b9
...@@ -39,7 +39,7 @@ fi ...@@ -39,7 +39,7 @@ fi
OS=`uname -s` OS=`uname -s`
case "$OS" in case "$OS" in
Windows_* ) Windows_* | CYGWIN* )
CLASSPATH="${TESTCLASSES};${ZIPFS}" CLASSPATH="${TESTCLASSES};${ZIPFS}"
;; ;;
* ) * )
......
...@@ -36,7 +36,7 @@ OS=`uname -s` ...@@ -36,7 +36,7 @@ OS=`uname -s`
case "$OS" in case "$OS" in
SunOS | Linux ) ;; SunOS | Linux ) ;;
# Skip locale test for Windows # Skip locale test for Windows
Windows* ) Windows* | CYGWIN* )
echo "Passed"; exit 0 ;; echo "Passed"; exit 0 ;;
* ) echo "Unrecognized system!" ; exit 1 ;; * ) echo "Unrecognized system!" ; exit 1 ;;
esac esac
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册