Commit 191813f6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Test that -junix user/workuser have same login group

parent cc27f9aa
......@@ -6,3 +6,4 @@ 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"
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