mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6877188: some javac shell tests do not work on Windows
Reviewed-by: darcy
This commit is contained in:
parent
e4158efc0e
commit
45e9a3c1e9
8 changed files with 32 additions and 29 deletions
|
@ -56,14 +56,10 @@ echo "CLASSPATH=${CLASSPATH}"
|
|||
# set platform-dependent variables
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
SunOS | Linux )
|
||||
NULL=/dev/null
|
||||
PS=":"
|
||||
SunOS | Linux | CYGWIN* )
|
||||
FS="/"
|
||||
;;
|
||||
Windows* )
|
||||
NULL=NUL
|
||||
PS=";"
|
||||
FS="\\"
|
||||
;;
|
||||
* )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue