From: Jeremy Harris Date: Tue, 30 Oct 2018 13:59:18 +0000 (+0000) Subject: Testsuite: ignore TCP Fast Open probe debug output X-Git-Tag: exim-4.92-RC1~51 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=9c487ba56fed466d931374cda2cba1e483a0b847 Testsuite: ignore TCP Fast Open probe debug output --- diff --git a/test/runtest b/test/runtest index f6e788f2f..3814261f3 100755 --- a/test/runtest +++ b/test/runtest @@ -1117,7 +1117,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if / in tls_advertise_requiretls?\? no \(end of list\)/; # TCP Fast Open - next if /^setsockopt FASTOPEN: Network Error/; + next if /^(ppppp )?setsockopt FASTOPEN: Network Error/; # Environment cleaning next if /\w+ in keep_environment\? (yes|no)/;