提交 43a54397 编写于 作者: O ohair

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

Reviewed-by: tbell, alanb
上级 af8c398b
......@@ -34,7 +34,7 @@ case "$OS" in
PS=":"
FS="/"
;;
Windows* )
Windows* | CYGWIN* )
PS=";"
FS="\\"
;;
......
......@@ -62,7 +62,7 @@ case "$OS" in
PS=":"
FS="/"
;;
Windows* )
Windows* | CYGWIN* )
PS=";"
FS="\\"
;;
......
......@@ -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
......
......@@ -69,7 +69,7 @@ export LC_ALL
HAS_S=NO
case "`uname`" in
Windows*)
Windows* | CYGWIN* )
DEL=";"
;;
SunOS)
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册