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

Reviewed-by: tbell, alanb
This commit is contained in:
Kelly O'Hair 2010-01-04 15:36:06 -08:00
parent 4ae2047584
commit a59db62f07
4 changed files with 4 additions and 4 deletions

View File

@ -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
;; ;;

View File

@ -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}"
;; ;;
* ) * )

View File

@ -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
;; ;;

View File

@ -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}"
;; ;;
* ) * )