Commit f57bc389 authored by Nils Goroll's avatar Nils Goroll

No inline-C required for these tests any more

Thanks to fgs for noticing.
parent 890a45ae
......@@ -10,7 +10,7 @@ server s1 {
txresp -status 200 -hdr "Foo: Foo" -body "56"
} -start
varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {
varnish v1 -vcl+backend {
import ${vmod_std};
sub vcl_recv {
......
......@@ -30,7 +30,7 @@ client c1 {
delay .2
varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {
varnish v1 -vcl+backend {
import ${vmod_std};
sub vcl_recv {
......
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