]> err.no Git - varnish/commitdiff
merge #3350 into trunk -- make tests fail if you have a long and correct search list...
authorsky <sky@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Oct 2008 00:36:04 +0000 (00:36 +0000)
committersky <sky@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Oct 2008 00:36:04 +0000 (00:36 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3352 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/v00017.vtc

index c79211d596a3d72ed161ecbfb0501483cc321664..d0ab7591aa4b63d10ef949e944e8ae140e296102 100644 (file)
@@ -34,7 +34,7 @@ varnish v1 -badvcl {
 
 varnish v1 -badvcl {
        backend b { .host = "127.0.0.1"; }
-       acl a { "en.lille.nisse.rejste"; }
+       acl a { "en.lille.nisse.rejste."; }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
 }
 
@@ -60,8 +60,8 @@ varnish v1 -vcl {
        backend b { .host = "127.0.0.1"; }
        acl a {
                ! "10.1.3"; 
-               ("en.lille.nisse.rejste" / 22); 
-               (!"en.lille.nisse.rejste"); 
+               ("en.lille.nisse.rejste." / 22); 
+               (!"en.lille.nisse.rejste."); 
        }
        sub vcl_recv { if (client.ip ~ a) { pass; } }
 }