From 1877c7b56da44b7dc02529addd740c858688d7de Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 27 Apr 2001 01:58:48 +0000 Subject: [PATCH] * v4gssftp.exp: Allow for "no credentials cache found" error minor code from GSSAPI. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13212 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/krb-standalone/ChangeLog | 5 +++++ src/tests/dejagnu/krb-standalone/v4gssftp.exp | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/tests/dejagnu/krb-standalone/ChangeLog b/src/tests/dejagnu/krb-standalone/ChangeLog index ac2448eae..ea428c3b4 100644 --- a/src/tests/dejagnu/krb-standalone/ChangeLog +++ b/src/tests/dejagnu/krb-standalone/ChangeLog @@ -1,3 +1,8 @@ +2001-04-26 Tom Yu + + * v4gssftp.exp: Allow for "no credentials cache found" error minor + code from GSSAPI. + 2000-11-08 Tom Yu * v4gssftp.exp: Fix to handle some cases of krb4 failure prior to diff --git a/src/tests/dejagnu/krb-standalone/v4gssftp.exp b/src/tests/dejagnu/krb-standalone/v4gssftp.exp index f3f321d22..e77de780b 100644 --- a/src/tests/dejagnu/krb-standalone/v4gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/v4gssftp.exp @@ -185,7 +185,10 @@ proc v4ftp_test { } { expect -re "Using authentication type GSSAPI; ADAT must follow" expect "GSSAPI accepted as authentication type" expect "GSSAPI error major: Miscellaneous failure" - expect "GSSAPI error minor: Unsupported credentials cache format version number" + expect { + "GSSAPI error minor: Unsupported credentials cache format version number" {} + "GSSAPI error minor: No credentials cache file found" {} + } expect "GSSAPI error: initializing context" expect "GSSAPI authentication failed" expect -re "Using authentication type KERBEROS_V4; ADAT must follow" -- 2.26.2