diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-08 16:26:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-08 16:26:14 +0100 |
commit | 76003495bfb6712c30b07cbcaf088c80b69b720d (patch) | |
tree | 94544796a64cce91cc736a472828505abff963d0 /test/stderr/0143 | |
parent | fc43746d1c5e5712585556ef55a73f2e46db476b (diff) |
Testsuite: accept debug & testscript output sizes varying with testhost name
Diffstat (limited to 'test/stderr/0143')
-rw-r--r-- | test/stderr/0143 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0143 b/test/stderr/0143 index 06370ba40..9b9143c72 100644 --- a/test/stderr/0143 +++ b/test/stderr/0143 @@ -20,20 +20,20 @@ delivering 10HmaX-0005vi-00 to 127.0.0.1 [127.0.0.1] (userx@domain.com) Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected SMTP<< 220 ESMTP SMTP>> EHLO myhost.test.ex -cmd buf flush 21 bytes +cmd buf flush ddd bytes SMTP<< 250-OK 250-HELP 250 AUTH LOGIN not using PIPELINING not using DSN SMTP>> MAIL FROM:<CALLER@myhost.test.ex> -cmd buf flush 37 bytes +cmd buf flush ddd bytes SMTP<< 250 Sender OK SMTP>> RCPT TO:<userx@domain.com> -cmd buf flush 28 bytes +cmd buf flush ddd bytes SMTP<< 250 Recipient OK SMTP>> DATA -cmd buf flush 6 bytes +cmd buf flush ddd bytes SMTP<< 354 Send data SMTP>> writing message and terminating "." writing data block fd=dddd size=sss timeout=300 @@ -43,7 +43,7 @@ transport_check_waiting entered sequence=1 local_max=500 global_max=-1 no messages waiting for 127.0.0.1 SMTP>> QUIT -cmd buf flush 6 bytes +cmd buf flush ddd bytes SMTP(close)>> Leaving my_smtp transport LOG: MAIN |