提交 2a0e5cc6 编写于 作者: O ohair

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

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