Commit 40707f2a authored by Nils Goroll's avatar Nils Goroll

fix test when varnishtest is run as root

... such that the unix jail is in effect: Then the accept socket is
created as root and vcache:varnish cannot open it for writing
parent 1ef506d2
......@@ -58,7 +58,7 @@ server s1 {
varnish v1 \
-arg "-a vtc=${tmpdir}/vtc.sock" \
-arg "-a self_plain=${tmpdir}/self_plain.sock" \
-arg "-a self_plain=${tmpdir}/self_plain.sock,mode=666" \
-arg "-p vsl_mask=+VfpAcct" \
-vcl+backend {
import std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment