Commit 54e7d45b authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix test temporarily

parent ffee88de
......@@ -85,7 +85,7 @@ varnish v1 -errvcl {Regexp compilation error:} {
varnish v1 -errvcl {resolves to too many addresses} {
backend b { .host = "127.0.0.1"; }
sub vcl_recv {
if (remote.ip == "r.freebsd.dk") {}
if (remote.ip == "www.varnish-cache.org") {}
}
}
......
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