* v4gssftp.exp: Allow for "no credentials cache found" error minor
authorTom Yu <tlyu@mit.edu>
Fri, 27 Apr 2001 01:58:48 +0000 (01:58 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 27 Apr 2001 01:58:48 +0000 (01:58 +0000)
code from GSSAPI.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13212 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-standalone/ChangeLog
src/tests/dejagnu/krb-standalone/v4gssftp.exp

index ac2448eae4518ad1d7ef5baeebe0f82a46e7892e..ea428c3b4878fba44d8930dd4903ad42d63e1c20 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-26  Tom Yu  <tlyu@mit.edu>
+
+       * v4gssftp.exp: Allow for "no credentials cache found" error minor
+       code from GSSAPI.
+
 2000-11-08  Tom Yu  <tlyu@mit.edu>
 
        * v4gssftp.exp: Fix to handle some cases of krb4 failure prior to
index f3f321d225cc2e97d6b2321f955c1db1d3c3ed62..e77de780bb280a1378c8c5b08e89f7c10b6a5f70 100644 (file)
@@ -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"