projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
717b53d
)
Check for 'encoding ### bytes' message consistently, accepting full base64 encoding
author
Ken Raeburn
<raeburn@mit.edu>
Mon, 25 May 2009 21:37:02 +0000
(21:37 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Mon, 25 May 2009 21:37:02 +0000
(21:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22383
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 4519b155d1e78516f349d74e960316b557f69b19..42dc94c753bde989059f56104f0c70f7b0b2242e 100644
(file)
--- 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-Z
0-9/+=\]*\r\n
" { exp_continue }
-re "sealed \[A-Z()\]*" { exp_continue }
-re "secure_command\[A-Z()\]*" { exp_continue }
timeout {