summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-05-28 20:02:50 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-05-28 22:18:49 +0100
commit4e48d56c083d2f763a5978e1dbf515b12dc12f96 (patch)
treed495fcb83d04fd8d278b974bf5794bc1df76fd57 /test/runtest
parentfd6e2d18420f43b0c956d943024cb462e1af6aa6 (diff)
PIPE_CONNECT: promote from experimental
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest6
1 files changed, 3 insertions, 3 deletions
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)/;