From a702947befefcb5b844d486676ecffb675647de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Thu, 20 Dec 2018 09:55:44 +0100 Subject: [PATCH] REGTEST: Missing enclosing quotes for ${tmpdir} macro. --- reg-tests/connection/b00000.vtc | 4 ++-- reg-tests/seamless-reload/b00000.vtc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reg-tests/connection/b00000.vtc b/reg-tests/connection/b00000.vtc index 674cadd0b..415a670df 100644 --- a/reg-tests/connection/b00000.vtc +++ b/reg-tests/connection/b00000.vtc @@ -37,14 +37,14 @@ haproxy h1 -conf { listen http bind-process 1 - bind unix@${tmpdir}/http.socket accept-proxy name ssl-offload-http + bind unix@"${tmpdir}/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 unix@${tmpdir}/http.socket send-proxy + server http unix@"${tmpdir}/http.socket" send-proxy } -start diff --git a/reg-tests/seamless-reload/b00000.vtc b/reg-tests/seamless-reload/b00000.vtc index 35ec0e993..f533860fa 100644 --- a/reg-tests/seamless-reload/b00000.vtc +++ b/reg-tests/seamless-reload/b00000.vtc @@ -18,7 +18,7 @@ feature ignore_unknown_macro haproxy h1 -W -conf { global - stats socket ${tmpdir}/h1/stats level admin expose-fd listeners + stats socket "${tmpdir}/h1/stats" level admin expose-fd listeners defaults mode http @@ -39,7 +39,7 @@ haproxy h1 -W -conf { } -start shell { - kill -USR2 $(cat ${tmpdir}/h1/pid) + kill -USR2 $(cat "${tmpdir}/h1/pid") } client c1 -connect ${h1_testme_sock} {