From: Jeremy Harris Date: Sun, 24 Nov 2019 19:02:57 +0000 (+0000) Subject: Testsuite: better non-TFO-system debug handling X-Git-Tag: exim-4_94_RC0~240^2~15 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/52236390cb37864f3a17bc922ee358138655df44 Testsuite: better non-TFO-system debug handling --- diff --git a/test/runtest b/test/runtest index 1215e6165..d9cb51da4 100755 --- a/test/runtest +++ b/test/runtest @@ -1247,9 +1247,10 @@ RESET_AFTER_EXTRA_LINE_READ: # 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$//) { + chomp; $_ .= ; s/ \.\.\. >>> / ... /; - if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { $_ .= ; } + if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { chomp; $_ .= ; } s/Address family not supported by protocol family/Network Error/; s/Network is unreachable/Network Error/; }