6868864: Kerberos tests fail under windows/cygwin
Reviewed-by: wetmore
This commit is contained in:
parent
a6f341dfc9
commit
50754f7c2e
@ -43,6 +43,10 @@ case "$OS" in
|
||||
FS="\\"
|
||||
SEP=";"
|
||||
;;
|
||||
CYGWIN* )
|
||||
FS="/"
|
||||
SEP=";"
|
||||
;;
|
||||
* )
|
||||
FS="/"
|
||||
SEP=":"
|
||||
|
Loading…
Reference in New Issue
Block a user