From: PiBa-NL Date: Wed, 3 Oct 2018 21:54:49 +0000 (+0200) Subject: REGTEST/MINOR: compatibility: use unix@ instead of abns@ sockets X-Git-Tag: v1.9-dev4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ff20f0ae0df329c9c463f013942a73907a2472;p=thirdparty%2Fhaproxy.git REGTEST/MINOR: compatibility: use unix@ instead of abns@ sockets Changes the /reg-tests/connection/b00000.vtc test to use unix@ instead of abns@ sockets. This to allow the test to complete on other operating systems like FreeBSD that do not have 'namespaces'. --- diff --git a/reg-tests/connection/b00000.vtc b/reg-tests/connection/b00000.vtc index 3a873848ae..cbb8a7b0b9 100644 --- a/reg-tests/connection/b00000.vtc +++ b/reg-tests/connection/b00000.vtc @@ -36,14 +36,14 @@ haproxy h1 -conf { listen http bind-process 1 - bind abns@http accept-proxy name ssl-offload-http + bind unix@${testdir}/http.socket accept-proxy name ssl-offload-http option forwardfor listen ssl-offload-http option httplog bind-process 2-4 bind "fd@${ssl}" ssl crt ${testdir}/common.pem ssl no-sslv3 alpn h2,http/1.1 - server http abns@http send-proxy + server http unix@${testdir}/http.socket send-proxy } -start