[master] f70e31f Match also the ending double-quotes

Poul-Henning Kamp phk at FreeBSD.org
Tue May 29 16:05:09 UTC 2018


commit f70e31f59980cdb8dfddeb4b2e946659f6f80cbc
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue May 29 16:04:05 2018 +0000

    Match also the ending double-quotes

diff --git a/bin/varnishtest/tests/h00005.vtc b/bin/varnishtest/tests/h00005.vtc
index 3af6aa4..098bf19 100644
--- a/bin/varnishtest/tests/h00005.vtc
+++ b/bin/varnishtest/tests/h00005.vtc
@@ -12,7 +12,7 @@ syslog S1 -level notice -bind "127.0.0.1:0" {
 	recv
 	recv
 	recv info
-	expect ~ \"dip\":\"${h1_fe_1_addr}
+	expect ~ \"dip\":\"${h1_fe_1_addr}\"
 } -start
 
 haproxy h1 -conf {


More information about the varnish-commit mailing list