[master] 917a2c3 Ok, drop that test, it's not portable

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 7 01:17:05 CET 2017


commit 917a2c34e65bee91a80148dff92d654a52d17cae
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 7 00:16:08 2017 +0000

    Ok, drop that test, it's not portable

diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 8337ba7..e8a57a6 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -82,10 +82,6 @@ varnish v1 -errvcl {Regexp compilation error:} {
 	}
 }
 
-varnish v1 -errvcl {resolves to neither IPv4 nor IPv6 addresses.} {
-	backend b { .host = "/"; }
-}
-
 varnish v1 -errvcl {resolves to too many addresses} {
 	backend b { .host = "127.0.0.1"; }
 	sub vcl_recv {



More information about the varnish-commit mailing list