summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-08-25 01:26:27 +0000
committerKen Raeburn <raeburn@mit.edu>2007-08-25 01:26:27 +0000
commit12c2f99b35e5fccfdaff83c0e04db38f284c4937 (patch)
tree6a3ca50e182645b3c6583476ce5e8461dd672a00 /src
parent1ee3e6916bf32203f119ded2f901c13753b6956e (diff)
downloadkrb5-12c2f99b35e5fccfdaff83c0e04db38f284c4937.tar.gz
krb5-12c2f99b35e5fccfdaff83c0e04db38f284c4937.tar.xz
krb5-12c2f99b35e5fccfdaff83c0e04db38f284c4937.zip
Expect keytab error to be reported
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19878 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/dejagnu/krb-standalone/gssftp.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp
index 90fe9034f2..a66586ac5c 100644
--- a/src/tests/dejagnu/krb-standalone/gssftp.exp
+++ b/src/tests/dejagnu/krb-standalone/gssftp.exp
@@ -224,11 +224,11 @@ proc ftp_test { } {
expect "GSSAPI accepted as authentication type"
expect -re "Trying to authenticate to <ftp@.*>"
# The ftp client doesn't print the gssapi error except on the last attempt.
-# expect "GSSAPI error major: Unspecified GSS failure."
-# expect -re "GSSAPI error minor: Key table file '.*' not found"
- expect -re "Trying to authenticate to <host@.*>"
expect "GSSAPI error major: Unspecified GSS failure."
- expect -re "GSSAPI error minor: Server host/.* not found in Kerberos database"
+ expect -re "GSSAPI error minor: Key table file '.*' not found"
+# expect -re "Trying to authenticate to <host@.*>"
+# expect "GSSAPI error major: Unspecified GSS failure."
+# expect -re "GSSAPI error minor: Server host/.* not found in Kerberos database"
expect -re "Name (.*): "
close -i $spawn_id
wait -i $spawn_id