[4.1] bcc3dc2 forgot a back-slash

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 11 17:14:33 CET 2016


commit bcc3dc2254d90ac29663f4380e16a764c1f1bc9d
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