diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:20:06 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:25:13 +0000 |
commit | a04185284e815e6e94613da045da770e562fce28 (patch) | |
tree | aff2a75aae3aad73e7cefa61cc6fc7599ef1b435 /test/scripts | |
parent | d1cebc7fe815c47a5e619d5de43bbf19707760ed (diff) |
Testsuite: allow for different data arrival in SMTP synch check
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0300 | 1 | ||||
-rw-r--r-- | test/scripts/0000-Basic/0301 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0300 b/test/scripts/0000-Basic/0300 index 047dba410..920f12b5d 100644 --- a/test/scripts/0000-Basic/0300 +++ b/test/scripts/0000-Basic/0300 @@ -1,5 +1,6 @@ # SMTP synchronization checks, with and without PIPELINING need_ipv4 +munge sync_check_data # exim -DSERVER=server -bd -oX PORT_D **** diff --git a/test/scripts/0000-Basic/0301 b/test/scripts/0000-Basic/0301 index 08996c7ef..45a824285 100644 --- a/test/scripts/0000-Basic/0301 +++ b/test/scripts/0000-Basic/0301 @@ -1,5 +1,6 @@ # SMTP synchronization checks disabled, with and without PIPELINING need_ipv4 +munge sync_check_data # exim -DSERVER=server -bd -oX PORT_D **** |