[master] e192605 Drop this test, it's not portable.

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 19 11:46:05 UTC 2017


commit e192605e3d8e2275924efc7fc3b0cef24ef6eccf
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 19 11:45:26 2017 +0000

    Drop this test, it's not portable.

diff --git a/bin/varnishtest/tests/c00003.vtc b/bin/varnishtest/tests/c00003.vtc
index d8d74b1..eca86dc 100644
--- a/bin/varnishtest/tests/c00003.vtc
+++ b/bin/varnishtest/tests/c00003.vtc
@@ -13,9 +13,6 @@ shell -err -expect "Too many sub-arguments" {
 shell -err -expect "Too many sub-arguments" {
 	varnishd -a 127.0.0.1:80000,HTTP,FOO -d
 }
-shell -err -expect "Got no socket" {
-	varnishd -a 239.255.255.255:0,HTTP -d
-}
 
 # This requires non-local binds to be disabled.  If you see this fail
 # and are on Linux, ensure /proc/net/ipv4/ip_nonlocal_bind is set to 0.


More information about the varnish-commit mailing list