[master] 54e7d45b7 Fix test temporarily

Federico G. Schwindt fgsch at lodoss.net
Fri Jul 5 10:02:08 UTC 2019


commit 54e7d45b7553791ea64fcf8376e23afd1034bc8e
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Fri Jul 5 11:00:57 2019 +0100

    Fix test temporarily

diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 7da6152ea..56ba92c4f 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -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") {}
 	}
 }
 


More information about the varnish-commit mailing list