mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6876753: javap tests fail on Windows
Reviewed-by: darcy
This commit is contained in:
parent
cf9084dc86
commit
ba8c7416f8
4 changed files with 16 additions and 6 deletions
|
@ -53,7 +53,7 @@ printf 'CLASSPATH="%s"' "${CLASSPATH}" >&2 ; echo >&2
|
|||
# set platform-dependent variables
|
||||
OS=`uname -s`
|
||||
case "$OS" in
|
||||
CYGWIN* | Windows* )
|
||||
Windows* )
|
||||
FS="\\"
|
||||
;;
|
||||
* )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue