aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2008-12-12 18:33:26 +0000
committerKen Raeburn <raeburn@mit.edu>2008-12-12 18:33:26 +0000
commitb0aa0a86efa12688fa1a6000372e351d8c7e46c8 (patch)
treeee4550a9834e8e61a1003defbbdcaf9c49ea9208 /src
parent75841b4eb32d6b1bc90a097958f7c61235c4ff87 (diff)
downloadkrb5-b0aa0a86efa12688fa1a6000372e351d8c7e46c8.zip
krb5-b0aa0a86efa12688fa1a6000372e351d8c7e46c8.tar.gz
krb5-b0aa0a86efa12688fa1a6000372e351d8c7e46c8.tar.bz2
Accept digits and = in base64 output to flush
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21330 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/dejagnu/krb-standalone/gssftp.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp
index f60aee9..4519b15 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 {