6876753: javap tests fail on Windows

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2009-08-27 17:39:16 -07:00
parent cf9084dc86
commit ba8c7416f8
4 changed files with 16 additions and 6 deletions

View file

@ -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="\\"
;;
* )