[master] 11988ad forgot a back-slash

Poul-Henning Kamp phk at FreeBSD.org
Mon Feb 8 13:03:02 CET 2016


commit 11988adda012eb5cb9d606698e5a57f844e69538
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Feb 8 12:02:50 2016 +0000

    forgot a back-slash

diff --git a/bin/varnishtest/tests/p00006.vtc b/bin/varnishtest/tests/p00006.vtc
index 9303fdc..605a88d 100644
--- a/bin/varnishtest/tests/p00006.vtc
+++ b/bin/varnishtest/tests/p00006.vtc
@@ -12,7 +12,7 @@ server s1 {
 
 varnish v1 \
 	-arg "-sdeprecated_persistent,${tmpdir}/_.per,10m" \
-	-arg "-pcli_timeout=60"
+	-arg "-pcli_timeout=60" \
 	-arg "-pban_lurker_sleep=0" \
 	-vcl+backend { } -start
 



More information about the varnish-commit mailing list