summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-04-26 18:34:22 +0000
committerKen Raeburn <raeburn@mit.edu>2002-04-26 18:34:22 +0000
commitad01c0893194b8fe793bd69657ffbd7066c650e9 (patch)
tree3ffcfa523b5f3211a30f2f54070625d12222e4b1 /src
parentae4409d05e45c407aa6a5483cab914a37c2ef8fb (diff)
downloadkrb5-ad01c0893194b8fe793bd69657ffbd7066c650e9.tar.gz
krb5-ad01c0893194b8fe793bd69657ffbd7066c650e9.tar.xz
krb5-ad01c0893194b8fe793bd69657ffbd7066c650e9.zip
* v4gssftp.exp (v4ftp_test): Update checked messages for change of "credentials
cache file" to "credentials cache" in error message table. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14425 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/dejagnu/krb-standalone/ChangeLog6
-rw-r--r--src/tests/dejagnu/krb-standalone/v4gssftp.exp2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/tests/dejagnu/krb-standalone/ChangeLog b/src/tests/dejagnu/krb-standalone/ChangeLog
index ce3542794..2406231f7 100644
--- a/src/tests/dejagnu/krb-standalone/ChangeLog
+++ b/src/tests/dejagnu/krb-standalone/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-26 Ken Raeburn <raeburn@mit.edu>
+
+ * v4gssftp.exp (v4ftp_test): Update checked messages for change of
+ "credentials cache file" to "credentials cache" in error message
+ table.
+
2002-03-07 Ken Raeburn <raeburn@mit.edu>
* standalone.exp: Move setting of KLIST and KDESTROY into
diff --git a/src/tests/dejagnu/krb-standalone/v4gssftp.exp b/src/tests/dejagnu/krb-standalone/v4gssftp.exp
index 7026aa6b3..c0b95d0ae 100644
--- a/src/tests/dejagnu/krb-standalone/v4gssftp.exp
+++ b/src/tests/dejagnu/krb-standalone/v4gssftp.exp
@@ -246,7 +246,7 @@ proc v4ftp_test { } {
expect "GSSAPI error major: Miscellaneous failure"
expect {
"GSSAPI error minor: Unsupported credentials cache format version number" {}
- "GSSAPI error minor: No credentials cache file found" {}
+ "GSSAPI error minor: No credentials cache found" {}
"GSSAPI error minor: Decrypt integrity check failed" {}
}
expect "GSSAPI error: initializing context"