diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-23 22:43:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-23 22:43:18 +0100 |
commit | cb340d8d9746cdaab9ebe2eb5c1e72b4e29dd24e (patch) | |
tree | 8f4b96b11aa40d852449ab028c282272fa7c0ace /test/runtest | |
parent | 1a2dfad52a761f9b3ea139e68df37a3739c7da8a (diff) |
Testsuite: account for platforms not supporting TFO, redux
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 2 insertions, 4 deletions
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; - $_ = <IN>; - s/^/$p/; + $_ .= <IN> } # When Exim is checking the size of directories for maildir, it uses |