summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 12:39:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-30 12:39:59 +0000
commit42912a5378d15a022cf41d0ddcbb645520124ad7 (patch)
tree479e47966babea79fac858c4f92e918ff0425748
parent0e52073a5a5b3381c6e111daf5e835f9e7b38bfd (diff)
downloadmailutils-42912a5378d15a022cf41d0ddcbb645520124ad7.tar.gz
mailutils-42912a5378d15a022cf41d0ddcbb645520124ad7.tar.bz2
Allow test string to begin with two back slashes.
-rw-r--r--mailbox/testsuite/mailbox/encode2047.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/testsuite/mailbox/encode2047.exp b/mailbox/testsuite/mailbox/encode2047.exp
index 18a708f3d..bb0f2b458 100644
--- a/mailbox/testsuite/mailbox/encode2047.exp
+++ b/mailbox/testsuite/mailbox/encode2047.exp
@@ -29,7 +29,7 @@ for {gets $chan line} {![eof $chan]} {gets $chan line} {
"-message.*" {
regexp -- "-message (.*)" $line dummy message
}
- "\\\\" {
+ "^\\\\\[^\\\\\]" {
mu_command $line
}
"^[^ \t].*=>.*" {

Return to:

Send suggestions and report system problems to the System administrator.