From: Ken Raeburn Date: Wed, 4 Jul 2007 01:04:13 +0000 (+0000) Subject: When skipping debugging '-->' data, only take through the end of the line X-Git-Tag: krb5-1.7-alpha1~1033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf434bc27bdda737f11ff04106b1483ce05a4d5;p=thirdparty%2Fkrb5.git When skipping debugging '-->' data, only take through the end of the line git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19662 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp index 146423d1c0..ac1126e1bd 100644 --- a/src/tests/dejagnu/krb-standalone/gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/gssftp.exp @@ -206,7 +206,7 @@ proc ftp_test { } { catch "expect_after" return } - -re "--->.*" { exp_continue } + -re "--->\[^\r\n\]*\r\n" { exp_continue } -re "encoding \[0-9\]* bytes MIC \[a-zA-Z/+\]*" { exp_continue } -re "sealed \[A-Z()\]*" { exp_continue } -re "secure_command\[A-Z()\]*" { exp_continue }