diff options
Diffstat (limited to 'src/tests/dejagnu/krb-standalone/v4gssftp.exp')
-rw-r--r-- | src/tests/dejagnu/krb-standalone/v4gssftp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dejagnu/krb-standalone/v4gssftp.exp b/src/tests/dejagnu/krb-standalone/v4gssftp.exp index e739e9bd98..6353dc41f1 100644 --- a/src/tests/dejagnu/krb-standalone/v4gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/v4gssftp.exp @@ -249,7 +249,7 @@ proc v4ftp_test { } { expect -nocase -re "$localhostname.*ftp server .version \[0-9.\]*. ready." expect -re "Using authentication type GSSAPI; ADAT must follow" expect "GSSAPI accepted as authentication type" - expect "GSSAPI error major: Miscellaneous failure" + expect -re "GSSAPI error major: (Unspecified GSS|Miscellaneous) failure" expect { "GSSAPI error minor: Unsupported credentials cache format version number" {} "GSSAPI error minor: No credentials cache found" {} |