6868864: Kerberos tests fail under windows/cygwin

Reviewed-by: wetmore
This commit is contained in:
Weijun Wang 2009-08-26 12:17:29 +08:00
parent a6f341dfc9
commit 50754f7c2e

View File

@ -43,6 +43,10 @@ case "$OS" in
FS="\\" FS="\\"
SEP=";" SEP=";"
;; ;;
CYGWIN* )
FS="/"
SEP=";"
;;
* ) * )
FS="/" FS="/"
SEP=":" SEP=":"