[master] 9b13d33d7 Convert this test to UTF-8

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 27 06:08:13 UTC 2018


commit 9b13d33d7cc7fdd6b44c4f7db02e97747984bc8e
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