From fcd90ad229ab6f896f9d86cb2f0e80f9c6a67fd3 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 25 May 2009 21:37:02 +0000 Subject: [PATCH] Check for 'encoding ### bytes' message consistently, accepting full base64 encoding git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22383 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/krb-standalone/gssftp.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp index 4519b155d..42dc94c75 100644 --- a/src/tests/dejagnu/krb-standalone/gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/gssftp.exp @@ -229,7 +229,7 @@ proc ftp_test { } { return } -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 { -- 2.26.2