]> err.no Git - varnish/commitdiff
Be explicit about connecting to :9080
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 20 Aug 2008 08:58:20 +0000 (08:58 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 20 Aug 2008 08:58:20 +0000 (08:58 +0000)
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

index 48c6cd67d19514182f2587181923b6dc52e65406..a131a9605e459b9420a1535e091bb405fe1b8674 100644 (file)
@@ -7,6 +7,7 @@ test "Check synthetic error page caching"
 varnish v1 -vcl { 
        backend foo {
                .host = "127.0.0.2";
+               .port = "9080";
        }
 } -start