[master] b231cf2 Fix the test for #971

Kristian Lyngstøl kristian at varnish-cache.org
Mon Aug 15 10:29:37 CEST 2011


commit b231cf2bf2e949cc2baf516aa8fa2d15710d2979
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Mon Aug 15 10:19:14 2011 +0200

    Fix the test for #971
    
    Ironically, this does NOT fix #971 (see if you can handle this, trac).
    (WIP)

diff --git a/bin/varnishtest/tests/r00971.vtc b/bin/varnishtest/tests/r00971.vtc
index b508cd7..f8b57f0 100644
--- a/bin/varnishtest/tests/r00971.vtc
+++ b/bin/varnishtest/tests/r00971.vtc
@@ -9,6 +9,9 @@ varnish v1 -vcl+backend {
 
 	director foo dns {
 		{ .backend = { .host = "127.0.0.1";} }
+		.list = {
+			"192.168.0.0"/24;
+		}
 	}
 
 	sub vcl_recv {



More information about the varnish-commit mailing list