From: Ken Raeburn Date: Sat, 13 Dec 2003 02:30:04 +0000 (+0000) Subject: notice and report authentication error X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5cf3866442b65396e1aa260a2dc7687919b10f;p=thirdparty%2Fkrb5.git notice and report authentication error git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15899 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp index 4aec14dabc..c815821a51 100644 --- a/src/tests/dejagnu/krb-standalone/gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/gssftp.exp @@ -199,6 +199,11 @@ proc ftp_test { } { spawn $FTP $hostname 3021 expect_after { + "GSSAPI authentication failed" { + fail "$testname (auth failed)" + catch "expect_after" + return + } timeout { fail "$testname (timeout)" catch "expect_after"