summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-25 21:01:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-25 21:01:21 +0000
commit94fb9d8b4301bac4b8ae0ed1992eb8f17bc2eb6c (patch)
tree0fb638e820b5511a47df5dc3bba62aba46a4a60d /test
parent0762e1a4d6de4b7b0206314302297c9dd6d7ae73 (diff)
downloadexim4-94fb9d8b4301bac4b8ae0ed1992eb8f17bc2eb6c.tar.gz
Testsuite: tidy spurious fails from TFO use
Diffstat (limited to 'test')
-rw-r--r--test/confs/06229
1 files changed, 5 insertions, 4 deletions
diff --git a/test/confs/0622 b/test/confs/0622
index 8f9d71980..baca47dbb 100644
--- a/test/confs/0622
+++ b/test/confs/0622
@@ -58,11 +58,12 @@ client:
begin transports
send_to_server:
- driver = smtp
+ driver = smtp
allow_localhost
- hosts = 127.0.0.1
- port = PORT_D
- max_rcpt = 0
+ hosts_try_fastopen = :
+ hosts = 127.0.0.1
+ port = PORT_D
+ max_rcpt = 0
HAP
# ----- Retry -----