Testsuite: explicitly disable TFO in transports
[users/jgh/exim.git] / test / runtest
index c6fd5ce5443925141ea736bfbf4a8c8dddf855fa..30315044fa6f62e3dd74ea4246450bab8209fce6 100755 (executable)
@@ -1245,7 +1245,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     next if /^DKIM \[[^[]+\] (Header hash|b) computed:/;
 
     # Not all platforms support TCP Fast Open, and the compile omits the check
-    if (s/\S+ in hosts_try_fastopen\? (no \(option unset\)|yes \(matched "\*"\))\n$//)
+    if (s/\S+ in hosts_try_fastopen\? (no \(option unset\)|no \(end of list\)|yes \(matched "\*"\))\n$//)
       {
       chomp;
       $_ .= <IN>;