svn rev #22383: trunk/src/tests/dejagnu/krb-standalone/
raeburn@MIT.EDU
raeburn at MIT.EDU
Mon May 25 17:37:02 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22383
Commit By: raeburn
Log Message:
Check for 'encoding ### bytes' message consistently, accepting full base64 encoding.
Changed Files:
U trunk/src/tests/dejagnu/krb-standalone/gssftp.exp
Modified: trunk/src/tests/dejagnu/krb-standalone/gssftp.exp
===================================================================
--- trunk/src/tests/dejagnu/krb-standalone/gssftp.exp 2009-05-25 16:47:40 UTC (rev 22382)
+++ trunk/src/tests/dejagnu/krb-standalone/gssftp.exp 2009-05-25 21:37:02 UTC (rev 22383)
@@ -229,7 +229,7 @@
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 {
More information about the cvs-krb5
mailing list