[6.3] 93231dde2 Revert "Fix test temporarily"
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Thu Feb 20 16:01:07 UTC 2020
commit 93231dde2dd461c5960fc32351c99199feaca235
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Thu Feb 20 16:05:05 2020 +0100
Revert "Fix test temporarily"
This reverts commit 54e7d45b7553791ea64fcf8376e23afd1034bc8e.
However instead of reverting to the previous domain, I picked a
different one that I hope will not turn out controversial.
diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 56ba92c4f..78f15cbe9 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 == "www.varnish-cache.org") {}
+ if (remote.ip == "fastly.com") {}
}
}
More information about the varnish-commit
mailing list