summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-07-04 05:47:49 +0000
committerKen Raeburn <raeburn@mit.edu>2007-07-04 05:47:49 +0000
commit6c2b03a1fe50424f6409c3790609455a18fc79b0 (patch)
tree8962871df02cedf9767ead49d2124fdbf3265108
parentfcdd2de143971b0f020531479ad18f57874aef30 (diff)
downloadkrb5-6c2b03a1fe50424f6409c3790609455a18fc79b0.tar.gz
krb5-6c2b03a1fe50424f6409c3790609455a18fc79b0.tar.xz
krb5-6c2b03a1fe50424f6409c3790609455a18fc79b0.zip
Handle 'Credentials cache file <path> not found'
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19673 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/tests/dejagnu/krb-standalone/v4gssftp.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/dejagnu/krb-standalone/v4gssftp.exp b/src/tests/dejagnu/krb-standalone/v4gssftp.exp
index 6353dc41f1..b65b3fbad8 100644
--- a/src/tests/dejagnu/krb-standalone/v4gssftp.exp
+++ b/src/tests/dejagnu/krb-standalone/v4gssftp.exp
@@ -253,6 +253,7 @@ proc v4ftp_test { } {
expect {
"GSSAPI error minor: Unsupported credentials cache format version number" {}
"GSSAPI error minor: No credentials cache found" {}
+ -re "GSSAPI error minor: Credentials cache file '.*' not found" {}
"GSSAPI error minor: Decrypt integrity check failed" {}
}
expect "GSSAPI error: initializing context"