diff options
author | Ken Raeburn <raeburn@mit.edu> | 2007-07-04 05:47:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2007-07-04 05:47:49 +0000 |
commit | 6c2b03a1fe50424f6409c3790609455a18fc79b0 (patch) | |
tree | 8962871df02cedf9767ead49d2124fdbf3265108 | |
parent | fcdd2de143971b0f020531479ad18f57874aef30 (diff) | |
download | krb5-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.exp | 1 |
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" |