Gitweb:
https://git.exim.org/exim.git/commitdiff/94fb9d8b4301bac4b8ae0ed1992eb8f17bc2eb6c
Commit: 94fb9d8b4301bac4b8ae0ed1992eb8f17bc2eb6c
Parent: 0762e1a4d6de4b7b0206314302297c9dd6d7ae73
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Dec 25 21:01:21 2022 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sun Dec 25 21:01:21 2022 +0000
Testsuite: tidy spurious fails from TFO use
---
test/confs/0622 | 9 +++++----
1 file 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 -----