提交 39c8bbce 编写于 作者: O ohair

6911113: These tests do not work with CYGWIN: java/nio

Reviewed-by: tbell, alanb
上级 3f30225b
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
OS=`uname -s` OS=`uname -s`
case "$OS" in case "$OS" in
Windows_* ) Windows_* | CYGWIN* )
echo "ulimit not on Windows" echo "ulimit not on Windows"
exit 0 exit 0
;; ;;
......
...@@ -38,7 +38,7 @@ fi ...@@ -38,7 +38,7 @@ fi
OS=`uname -s` OS=`uname -s`
case "$OS" in case "$OS" in
Windows_* ) Windows_* | CYGWIN* )
CLASSPATH="${TESTCLASSES};${TESTSRC}" CLASSPATH="${TESTCLASSES};${TESTSRC}"
;; ;;
* ) * )
......
...@@ -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* )
echo "This test does not run on Windows" echo "This test does not run on Windows"
exit 0 exit 0
;; ;;
......
...@@ -40,7 +40,7 @@ fi ...@@ -40,7 +40,7 @@ fi
OS=`uname -s` OS=`uname -s`
case "$OS" in case "$OS" in
Windows_* ) Windows_* | CYGWIN* )
CLASSPATH="${TESTCLASSES};${TESTSRC}" CLASSPATH="${TESTCLASSES};${TESTSRC}"
;; ;;
* ) * )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册