REGTEST: Missing enclosing quotes for ${tmpdir} macro.
diff --git a/reg-tests/connection/b00000.vtc b/reg-tests/connection/b00000.vtc
index 674cadd..415a670 100644
--- a/reg-tests/connection/b00000.vtc
+++ b/reg-tests/connection/b00000.vtc
@@ -37,14 +37,14 @@
 
     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