Commit 5d8d2a14 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Convert this test to UTF-8

parent c58af7ed
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment