[master] 399619e86 uid=varnish, not vcache

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 28 16:47:09 UTC 2019


commit 399619e865872d6ef0feb76e0801e4b519ccbf22
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jan 28 16:46:21 2019 +0000

    uid=varnish, not vcache

diff --git a/bin/varnishtest/tests/c00086.vtc b/bin/varnishtest/tests/c00086.vtc
index 62b6ba72d..0e6979ef3 100644
--- a/bin/varnishtest/tests/c00086.vtc
+++ b/bin/varnishtest/tests/c00086.vtc
@@ -59,7 +59,7 @@ server s2 -listen ${tmpdir}/dir/s1.sock {} -start
 shell { chmod go-rx ${tmpdir}/dir }
 
 varnish v8 \
-	-jail "-junix,user=vcache,ccgroup=varnish,workuser=vcache" \
+	-jail "-junix,user=varnish,ccgroup=varnish,workuser=vcache" \
 	-vcl { backend b {.host="${bad_ip}";}
 }
 


More information about the varnish-commit mailing list