Commit a7e1e7f2 authored by Geoff Simmons's avatar Geoff Simmons

Minor simplification.

parent 8f434942
......@@ -4,7 +4,7 @@ varnishtest "reader constructor and .get()"
shell {echo -n "foo bar baz quux" > ${tmpdir}/file}
varnish v1 -vcl+backend {
varnish v1 -vcl {
import ${vmod_file};
backend b { .host = "${bad_ip}"; }
......@@ -29,7 +29,7 @@ client c1 {
expect resp.http.Get == "foo bar baz quux"
} -run
varnish v1 -vcl+backend {
varnish v1 -vcl {
import ${vmod_file};
backend b { .host = "${bad_ip}"; }
......
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