[master] 9691055 Catch up with -f requirement

Poul-Henning Kamp phk at FreeBSD.org
Sat Jan 14 22:24:05 CET 2017


commit 969105548569e02344df359b01f46851c0a296f8
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Jan 14 21:19:57 2017 +0000

    Catch up with -f requirement

diff --git a/bin/varnishtest/tests/j00002.vtc b/bin/varnishtest/tests/j00002.vtc
index f037dee..f4b6aed 100644
--- a/bin/varnishtest/tests/j00002.vtc
+++ b/bin/varnishtest/tests/j00002.vtc
@@ -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"
diff --git a/bin/varnishtest/tests/j00003.vtc b/bin/varnishtest/tests/j00003.vtc
index 50553b4..921d212 100644
--- a/bin/varnishtest/tests/j00003.vtc
+++ b/bin/varnishtest/tests/j00003.vtc
@@ -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"



More information about the varnish-commit mailing list