r3293 - trunk/varnish-cache/bin/varnishtest/tests

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Oct 13 11:21:06 CEST 2008


Author: tfheen
Date: 2008-10-13 11:21:06 +0200 (Mon, 13 Oct 2008)
New Revision: 3293

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00002.vtc
Log:
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.


Modified: trunk/varnish-cache/bin/varnishtest/tests/v00002.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00002.vtc	2008-10-11 11:28:52 UTC (rev 3292)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00002.vtc	2008-10-13 09:21:06 UTC (rev 3293)
@@ -122,7 +122,7 @@
 }
 
 varnish v1 -badvcl {
-	backend b1 { .host = "127.0.0.1"; .port = "70000"; }
+	backend b1 { .host = "127.0.0.1"; .port = "////"; }
 }
 
 varnish v1 -badvcl {




More information about the varnish-commit mailing list