[master] 7399f0a Make v6 readable for buggers using syntax highlighting

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Nov 29 15:19:04 CET 2016


commit 7399f0a1d462271b58b46d8c93160bd33406f15a
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Nov 29 15:17:14 2016 +0100

    Make v6 readable for buggers using syntax highlighting

diff --git a/bin/varnishtest/tests/v00006.vtc b/bin/varnishtest/tests/v00006.vtc
index 31018e9..9b84076 100644
--- a/bin/varnishtest/tests/v00006.vtc
+++ b/bin/varnishtest/tests/v00006.vtc
@@ -21,7 +21,7 @@ varnish v1 -arg "-p thread_pools=1" -vcl+backend { } -start
 delay 1
 
 client c1 {
-	txreq -url /bar
+	txreq -url "/bar"
 	rxresp
 	expect resp.status == 200
 } -run
@@ -67,7 +67,7 @@ varnish v1 -expect n_vcl_discard == 1
 
 # Do another request through the new VCL to the new backend
 client c1 {
-	txreq -url /foo
+	txreq -url "/foo"
 	rxresp
 	expect resp.status == 200
 } -run



More information about the varnish-commit mailing list