Commit dadd2ae0 authored by Federico G. Schwindt's avatar Federico G. Schwindt

This requires feature user_varnish as well

parent 28966bd1
......@@ -6,4 +6,7 @@ err_shell "unknown sub-argument" "${varnishd} -junix,bla=foo 2>&1"
err_shell "user not found" "${varnishd} -junix,user=/// 2>&1"
err_shell "user not found" "${varnishd} -junix,workuser=/// 2>&1"
err_shell "group not found" "${varnishd} -junix,ccgroup=/// 2>&1"
feature user_varnish
err_shell "have different login groups" "${varnishd} -junix,workuser=root 2>&1"
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