From: tfheen Date: Mon, 13 Oct 2008 09:21:06 +0000 (+0000) Subject: Fix up port test X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0321d1beb43fffc42e5cea423221d2275f921864;p=varnish Fix up port test It seems like glibc's getaddrinfo is entirely happy to accept 70000 as a valid port, so use something that's not a valid service name so make check still works. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3293 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/v00002.vtc b/varnish-cache/bin/varnishtest/tests/v00002.vtc index 78a46fb5..6863f627 100644 --- a/varnish-cache/bin/varnishtest/tests/v00002.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00002.vtc @@ -122,7 +122,7 @@ varnish v1 -badvcl { } varnish v1 -badvcl { - backend b1 { .host = "127.0.0.1"; .port = "70000"; } + backend b1 { .host = "127.0.0.1"; .port = "////"; } } varnish v1 -badvcl {