[6.0] d6792f992 Match also the ending double-quotes

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:53:04 UTC 2018


commit d6792f99200107a09af7f84d2e94052bcfb7d749
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 44cf902e7..66427b5a4 100644
--- a/bin/varnishtest/tests/h00005.vtc
+++ b/bin/varnishtest/tests/h00005.vtc
@@ -12,7 +12,7 @@ syslog sl1 -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