From: Jeremy Harris Date: Sat, 20 Jul 2019 21:47:57 +0000 (+0100) Subject: Testsuite: better non-TFO-system debug handling X-Git-Tag: exim-4.93-RC0~133 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3b44d6d3fb4ef9b53bfa9494bf444c11aba030cb;p=exim.git Testsuite: better non-TFO-system debug handling --- diff --git a/test/runtest b/test/runtest index 7ad54e29a..8515e2f32 100755 --- a/test/runtest +++ b/test/runtest @@ -1215,6 +1215,7 @@ RESET_AFTER_EXTRA_LINE_READ: { $_ .= ; s/ \.\.\. >>> / ... /; + if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { $_ .= ; } s/Address family not supported by protocol family/Network Error/; s/Network is unreachable/Network Error/; }