Commit 5950a65d authored by Geoff Simmons's avatar Geoff Simmons

Use the None backend in VTC tests.

parent 99b7b947
......@@ -4,10 +4,10 @@ varnishtest "vcl.use and .discard, and version strings"
varnish v1 -vcl {
import ${vmod_pipe};
backend b { .host = "${bad_ip}"; }
backend b None;
} -start
varnish v1 -vcl {backend b { .host = "${bad_ip}"; }}
varnish v1 -vcl {backend b None;}
varnish v1 -cli "vcl.list"
varnish v1 -cli "vcl.use vcl1"
......
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