Commit 0c04400d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add test for unknown director policy



git-svn-id: http://www.varnish-cache.org/svn/trunk@2899 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent d1bef480
......@@ -106,3 +106,8 @@ varnish v1 -badvcl {
backend b1 { .host = "127.0.0.1"; }
backend b1 { .host = "127.0.0.1"; }
}
# Unknown director policy
varnish v1 -badvcl {
director r1 anarchy { .host = "127.0.0.1"; }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment