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/2113 | |
parent | fc43746d1c5e5712585556ef55a73f2e46db476b (diff) |
Testsuite: accept debug & testscript output sizes varying with testhost name
Diffstat (limited to 'test/stderr/2113')
-rw-r--r-- | test/stderr/2113 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/stderr/2113 b/test/stderr/2113 index 1ea573043..2db86789b 100644 --- a/test/stderr/2113 +++ b/test/stderr/2113 @@ -6,7 +6,7 @@ LOG: queue_run MAIN Connecting to 127.0.0.1 [127.0.0.1]:1225 ... connected SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 SMTP>> EHLO myhost.test.ex -cmd buf flush 21 bytes +cmd buf flush ddd bytes SMTP<< 250-myhost.test.ex Hello localhost [127.0.0.1] 250-SIZE 52428800 250-8BITMIME @@ -14,10 +14,10 @@ cmd buf flush 21 bytes 250-STARTTLS 250 HELP SMTP>> STARTTLS -cmd buf flush 10 bytes +cmd buf flush ddd bytes SMTP<< 220 TLS go ahead SMTP>> EHLO myhost.test.ex -cmd buf flush 21 bytes +cmd buf flush ddd bytes SMTP<< 250-myhost.test.ex Hello localhost [127.0.0.1] 250-SIZE 52428800 250-8BITMIME @@ -26,13 +26,13 @@ cmd buf flush 21 bytes SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss SMTP>> RCPT TO:<userx@test.ex> SMTP>> DATA -cmd buf flush 78 bytes +cmd buf flush ddd bytes SMTP<< 250 OK SMTP<< 250 Accepted SMTP<< 354 Enter message, ending with "." on a line by itself SMTP<< 250 OK id=10HmaZ-0005vi-00 SMTP>> EHLO myhost.test.ex -cmd buf flush 21 bytes +cmd buf flush ddd bytes SMTP<< 250-myhost.test.ex Hello localhost [127.0.0.1] 250-SIZE 52428800 250-8BITMIME @@ -49,10 +49,10 @@ configuration file is TESTSUITE/test-config trusted user admin user SMTP>> STARTTLS -cmd buf flush 10 bytes +cmd buf flush ddd bytes SMTP<< 220 TLS go ahead SMTP>> EHLO myhost.test.ex -cmd buf flush 21 bytes +cmd buf flush ddd bytes SMTP<< 250-myhost.test.ex Hello localhost [127.0.0.1] 250-SIZE 52428800 250-8BITMIME @@ -61,13 +61,13 @@ cmd buf flush 21 bytes SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss SMTP>> RCPT TO:<userx@test.ex> SMTP>> DATA -cmd buf flush 78 bytes +cmd buf flush ddd bytes SMTP<< 250 OK SMTP<< 250 Accepted SMTP<< 354 Enter message, ending with "." on a line by itself SMTP<< 250 OK id=10HmbA-0005vi-00 SMTP>> QUIT -cmd buf flush 6 bytes +cmd buf flush ddd bytes SMTP(close)>> LOG: MAIN => userx@test.ex R=client T=send_to_server H=127.0.0.1 [127.0.0.1]* X=TLSv1:AES256-SHA:256 CV=no DN="/C=UK/O=The Exim Maintainers/OU=Test Suite/CN=Phil Pennock" C="250 OK id=10HmbA-0005vi-00" |