Expect keytab error to be reported
authorKen Raeburn <raeburn@mit.edu>
Sat, 25 Aug 2007 01:26:27 +0000 (01:26 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 25 Aug 2007 01:26:27 +0000 (01:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19878 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-standalone/gssftp.exp

index 90fe9034f2074dc9008a1d8e7104ff77086e57fe..a66586ac5cba1357033ca98503f4b87fe52a4871 100644 (file)
@@ -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