From cbb746ec449f7373f954567c837415950ff773ae Mon Sep 17 00:00:00 2001 From: tfheen Date: Wed, 20 Aug 2008 08:58:20 +0000 Subject: [PATCH] Be explicit about connecting to :9080 When testing synthetic error page caching, make sure we connect to :9080 rather than the default :80 since the machine might well have an httpd running already. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3115 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/b00015.vtc | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/bin/varnishtest/tests/b00015.vtc b/varnish-cache/bin/varnishtest/tests/b00015.vtc index 48c6cd67..a131a960 100644 --- a/varnish-cache/bin/varnishtest/tests/b00015.vtc +++ b/varnish-cache/bin/varnishtest/tests/b00015.vtc @@ -7,6 +7,7 @@ test "Check synthetic error page caching" varnish v1 -vcl { backend foo { .host = "127.0.0.2"; + .port = "9080"; } } -start -- 2.39.5