X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/fd6e2d18420f43b0c956d943024cb462e1af6aa6..4e48d56c083d2f763a5978e1dbf515b12dc12f96:/test/runtest diff --git a/test/runtest b/test/runtest index bd0b9859b..33caf204e 100755 --- a/test/runtest +++ b/test/runtest @@ -1164,6 +1164,9 @@ RESET_AFTER_EXTRA_LINE_READ: # SUPPORT_PROXY next if /host in hosts_proxy\?/; + # PIPE_CONNECT + next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; + # Experimental_International next if / in smtputf8_advertise_hosts\? no \(option unset\)/; @@ -1173,9 +1176,6 @@ RESET_AFTER_EXTRA_LINE_READ: # TCP Fast Open next if /^(ppppp )?setsockopt FASTOPEN: Network Error/; - # Experimental_PIPE_CONNECT - next if / in (pipelining_connect_advertise_hosts|hosts_pipe_connect)?\? no /; - # Environment cleaning next if /\w+ in keep_environment\? (yes|no)/;