From 6cf434bc27bdda737f11ff04106b1483ce05a4d5 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 4 Jul 2007 01:04:13 +0000 Subject: 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 --- src/tests/dejagnu/krb-standalone/gssftp.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tests/dejagnu/krb-standalone/gssftp.exp b/src/tests/dejagnu/krb-standalone/gssftp.exp index 146423d1c..ac1126e1b 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 } -- cgit