6911108: These tests do not work with CYGWIN: java/util

Reviewed-by: tbell, alanb
This commit is contained in:
Kelly O'Hair 2010-01-04 15:52:38 -08:00
parent 2e5624299a
commit c49eb02208
5 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@ case "$OS" in
PS=":"
FS="/"
;;
Windows* )
Windows* | CYGWIN* )
PS=";"
FS="\\"
;;

View File

@ -62,7 +62,7 @@ case "$OS" in
PS=":"
FS="/"
;;
Windows* )
Windows* | CYGWIN* )
PS=";"
FS="\\"
;;

View File

@ -35,7 +35,7 @@ case "$OS" in
PATHSEP=":"
FILESEP="/"
;;
Windows* )
Windows* | CYGWIN* )
PATHSEP=";"
FILESEP="\\"
;;
@ -63,7 +63,7 @@ else
fi
if [ -d "${JRE_EXT_DIR}" ]; then
NEW_EXT_DIR=${JRE_EXT_DIR}${PATHSEP}${TESTSRC}
NEW_EXT_DIR="${JRE_EXT_DIR}${PATHSEP}${TESTSRC}"
else
NEW_EXT_DIR=${TESTSRC}
fi

View File

@ -69,7 +69,7 @@ export LC_ALL
HAS_S=NO
case "`uname`" in
Windows*)
Windows* | CYGWIN* )
DEL=";"
;;
SunOS)

View File

@ -50,9 +50,9 @@ case "$OS" in
SEP='\;' ;;
esac
JARD=`pwd`/x.jar
EXTD=`pwd`/x.ext
TESTD=`pwd`/x.test
JARD=x.jar
EXTD=x.ext
TESTD=x.test
if [ \! -d $EXTD ]; then
# Initialize