From: Ken Raeburn Date: Fri, 12 Dec 2008 18:33:26 +0000 (+0000) Subject: Accept digits and = in base64 output to flush X-Git-Tag: krb5-1.7-alpha1~170 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0aa0a86efa12688fa1a6000372e351d8c7e46c8;p=krb5.git Accept digits and = in base64 output to flush git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21330 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp index f60aee92a..4519b155d 100644 --- a/src/tests/dejagnu/krb-standalone/gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/gssftp.exp @@ -179,7 +179,7 @@ proc ftp_test { } { spawn $FTP -d -v $hostname [expr 8 + $portbase] expect_after { -re "--->\[^\r\n\]*\r\n" { exp_continue } - -re "encoding \[0-9\]* bytes MIC \[a-zA-Z/+\]*" { exp_continue } + -re "encoding \[0-9\]* bytes MIC \[a-zA-Z0-9/+=\]*\r\n" { exp_continue } -re "sealed \[A-Z()\]*" { exp_continue } -re "secure_command\[A-Z()\]*" { exp_continue } timeout {