Commit 48f53a60 authored by Geoff Simmons's avatar Geoff Simmons

fix copy/paste errors in some tests

parent ed180b71
......@@ -18,8 +18,7 @@ varnish v1 -vcl {
sub vcl_init {
if (!backend_dyn.create(name="be", host="${s1_addr}",
port="${s1_port}",
first_byte_timeout = 2s)) {
port="${s1_port}")) {
return(fail);
}
}
......
......@@ -19,8 +19,7 @@ varnish v1 -vcl {
sub vcl_init {
if (!backend_dyn.create(name="be", host="${s1_addr}",
port="${s1_port}",
first_byte_timeout = 2s)) {
port="${s1_port}")) {
return(fail);
}
}
......
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