Commit 96910554 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Catch up with -f requirement

parent f584f901
......@@ -2,7 +2,7 @@ varnishtest "-junix bad subarg handling"
feature root
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 "unknown sub-argument" "varnishd -junix,bla=foo -f '' 2>&1"
err_shell "user not found" "varnishd -junix,user=/// -f '' 2>&1"
err_shell "user not found" "varnishd -junix,workuser=/// -f '' 2>&1"
err_shell "group not found" "varnishd -junix,ccgroup=/// -f '' 2>&1"
......@@ -3,4 +3,4 @@ varnishtest "-junix bad subarg handling"
feature root
feature user_varnish
err_shell "have different login groups" "varnishd -junix,workuser=root 2>&1"
err_shell "have different login groups" "varnishd -junix,workuser=root -f '' 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