[master] 7d37c86 Split tests in preparation for other work

Federico G. Schwindt fgsch at lodoss.net
Wed Nov 30 15:08:04 CET 2016


commit 7d37c868c8ca13617244d8fc70397def75e5bc94
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Wed Nov 30 14:06:59 2016 +0000

    Split tests in preparation for other work

diff --git a/bin/varnishtest/tests/j00002.vtc b/bin/varnishtest/tests/j00002.vtc
index 96231d1..f037dee 100644
--- a/bin/varnishtest/tests/j00002.vtc
+++ b/bin/varnishtest/tests/j00002.vtc
@@ -6,7 +6,3 @@ 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"
diff --git a/bin/varnishtest/tests/j00003.vtc b/bin/varnishtest/tests/j00003.vtc
new file mode 100644
index 0000000..0985b1e
--- /dev/null
+++ b/bin/varnishtest/tests/j00003.vtc
@@ -0,0 +1,5 @@
+varnishtest "-junix bad subarg handling"
+
+feature user_varnish
+
+err_shell "have different login groups" "varnishd -junix,workuser=root 2>&1"



More information about the varnish-commit mailing list