[6.1] 5ab2fa795 Convert this test to UTF-8

hermunn hermunn at varnish-software.com
Wed Oct 24 09:29:18 UTC 2018


commit 5ab2fa795a09a38324a188ab3306e80a76a89d9f
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 27 05:58:35 2018 +0000

    Convert this test to UTF-8

diff --git a/bin/varnishtest/tests/r00545.vtc b/bin/varnishtest/tests/r00545.vtc
index 0888af11a..e293c926b 100644
--- a/bin/varnishtest/tests/r00545.vtc
+++ b/bin/varnishtest/tests/r00545.vtc
@@ -7,12 +7,12 @@ server s1 {
 
 varnish v1 -vcl+backend {
 	sub vcl_deliver {
-		set resp.http.foo = "æøå";
+		set resp.http.foo = "æøå";
 	}
 } -start
 
 client c1 {
 	txreq
 	rxresp
-	expect resp.http.foo == "æøå"
+	expect resp.http.foo == "æøå"
 } -run


More information about the varnish-commit mailing list