diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-02-13 20:31:44 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-02-13 21:34:20 +0000 |
commit | 73141a5abf8a3699249e401522fe9174b5aa8a1b (patch) | |
tree | da2238c3d43c951e58374c9b99544705c170558a /test | |
parent | be839a2609381f535f263ed0c459a4ebf3fd5d1d (diff) |
Testsuite: when generating a bounce message, allow time for exec to run before before feeding the message
This is to keep debug output in similar order on different platforms
Diffstat (limited to 'test')
-rw-r--r-- | test/stderr/0476 | 4 | ||||
-rw-r--r-- | test/stderr/0512 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0476 b/test/stderr/0476 index 391c13b59..52fe40ae8 100644 --- a/test/stderr/0476 +++ b/test/stderr/0476 @@ -57,13 +57,13 @@ set_process_info: pppp delivering 10HmaX-0005vi-00 LOG: MAIN ** userx@test.ex R=r1 T=t1 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after RCPT TO:<userx@test.ex>: 550 NO set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00 -cannot use sendfile for body: spoolfile not wireformat -writing data block fd=dddd size=sss timeout=0 Exim version x.yz .... configuration file is TESTSUITE/test-config trusted user admin user set_process_info: pppp accepting a local non-SMTP message from <> +cannot use sendfile for body: spoolfile not wireformat +writing data block fd=dddd size=sss timeout=0 LOG: MAIN <= <> R=10HmaX-0005vi-00 U=EXIMUSER P=local S=sss Exim version x.yz .... diff --git a/test/stderr/0512 b/test/stderr/0512 index aad486280..56971b680 100644 --- a/test/stderr/0512 +++ b/test/stderr/0512 @@ -61,12 +61,12 @@ LOG: MAIN == userx@myhost.test.ex R=r1 T=t1 defer (dd): Connection refused LOG: MAIN ** userx@myhost.test.ex: retry timeout exceeded -cannot use sendfile for body: spoolfile not wireformat -writing data block fd=dddd size=sss timeout=0 Exim version x.yz .... configuration file is TESTSUITE/test-config trusted user admin user +cannot use sendfile for body: spoolfile not wireformat +writing data block fd=dddd size=sss timeout=0 LOG: MAIN <= <> R=10HmaX-0005vi-00 U=EXIMUSER P=local S=sss Exim version x.yz .... @@ -129,12 +129,12 @@ LOG: MAIN == userx@myhost.test.ex R=r1 T=t1 defer (dd): Connection refused LOG: MAIN ** userx@myhost.test.ex: retry timeout exceeded -cannot use sendfile for body: spoolfile not wireformat -writing data block fd=dddd size=sss timeout=0 Exim version x.yz .... configuration file is TESTSUITE/test-config trusted user admin user +cannot use sendfile for body: spoolfile not wireformat +writing data block fd=dddd size=sss timeout=0 LOG: MAIN <= <> R=10HmaZ-0005vi-00 U=EXIMUSER P=local S=sss Exim version x.yz .... |