提交 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 ...@@ -34,7 +34,7 @@ case "$OS" in
PS=":" PS=":"
FS="/" FS="/"
;; ;;
Windows* ) Windows* | CYGWIN* )
PS=";" PS=";"
FS="\\" FS="\\"
;; ;;
......
...@@ -62,7 +62,7 @@ case "$OS" in ...@@ -62,7 +62,7 @@ case "$OS" in
PS=":" PS=":"
FS="/" FS="/"
;; ;;
Windows* ) Windows* | CYGWIN* )
PS=";" PS=";"
FS="\\" FS="\\"
;; ;;
......
...@@ -35,7 +35,7 @@ case "$OS" in ...@@ -35,7 +35,7 @@ case "$OS" in
PATHSEP=":" PATHSEP=":"
FILESEP="/" FILESEP="/"
;; ;;
Windows* ) Windows* | CYGWIN* )
PATHSEP=";" PATHSEP=";"
FILESEP="\\" FILESEP="\\"
;; ;;
...@@ -63,7 +63,7 @@ else ...@@ -63,7 +63,7 @@ else
fi fi
if [ -d "${JRE_EXT_DIR}" ]; then if [ -d "${JRE_EXT_DIR}" ]; then
NEW_EXT_DIR=${JRE_EXT_DIR}${PATHSEP}${TESTSRC} NEW_EXT_DIR="${JRE_EXT_DIR}${PATHSEP}${TESTSRC}"
else else
NEW_EXT_DIR=${TESTSRC} NEW_EXT_DIR=${TESTSRC}
fi fi
......
...@@ -69,7 +69,7 @@ export LC_ALL ...@@ -69,7 +69,7 @@ export LC_ALL
HAS_S=NO HAS_S=NO
case "`uname`" in case "`uname`" in
Windows*) Windows* | CYGWIN* )
DEL=";" DEL=";"
;; ;;
SunOS) SunOS)
......
...@@ -50,9 +50,9 @@ case "$OS" in ...@@ -50,9 +50,9 @@ case "$OS" in
SEP='\;' ;; SEP='\;' ;;
esac esac
JARD=`pwd`/x.jar JARD=x.jar
EXTD=`pwd`/x.ext EXTD=x.ext
TESTD=`pwd`/x.test TESTD=x.test
if [ \! -d $EXTD ]; then if [ \! -d $EXTD ]; then
# Initialize # Initialize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册