diff options
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/dejagnu/krb-standalone/ChangeLog | 6 | ||||
| -rw-r--r-- | src/tests/dejagnu/krb-standalone/v4gssftp.exp | 2 |
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" |
