From cb340d8d9746cdaab9ebe2eb5c1e72b4e29dd24e Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sun, 23 Oct 2016 22:43:18 +0100 Subject: Testsuite: account for platforms not supporting TFO, redux --- test/runtest | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/runtest') diff --git a/test/runtest b/test/runtest index afaaee3b2..5360b3303 100755 --- a/test/runtest +++ b/test/runtest @@ -1046,11 +1046,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/^((?:spool|log) directory space =) -?\d+K (inodes =)\s*-?\d+/$1 nnnnnK $2 nnnnn/; # Not all platforms support TCP Fast Open, and the compile omits the check - if (/^((>>> )?Connecting to .* )in hosts_try_fastopen\? no \(option unset\)$/) + if (s/\S+ in hosts_try_fastopen\? no \(option unset\)\n$//) { - my $p = $1; - $_ = ; - s/^/$p/; + $_ .= } # When Exim is checking the size of directories for maildir, it uses -- cgit v1.2.3