projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75841b4
)
Accept digits and = in base64 output to flush
author
Ken Raeburn
<raeburn@mit.edu>
Fri, 12 Dec 2008 18:33:26 +0000
(18:33 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Fri, 12 Dec 2008 18:33:26 +0000
(18:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21330
dc483132
-0cff-0310-8789-
dd5450dbe970
src/tests/dejagnu/krb-standalone/gssftp.exp
patch
|
blob
|
history
diff --git
a/src/tests/dejagnu/krb-standalone/gssftp.exp
b/src/tests/dejagnu/krb-standalone/gssftp.exp
index f60aee92a7030cfe4e27b707dc1aab1243a1aa93..4519b155d1e78516f349d74e960316b557f69b19 100644
(file)
--- 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-Z
0-9/+=\]*\r\n
" { exp_continue }
-re "sealed \[A-Z()\]*" { exp_continue }
-re "secure_command\[A-Z()\]*" { exp_continue }
timeout {