Commit 28f4e1f8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Tweak a couple of -l options and drop an needless -s option

parent aac0281b
......@@ -42,7 +42,7 @@ shell -err -expect {Neither -b nor -f given} { varnishd -n ${tmpdir}/v0 }
# Test -F mode with no VCL loaded
process p1 "exec varnishd -n ${tmpdir}/v1 -F -f '' -a :0 -l2m,3m -s malloc,1m" -log -start
process p1 "exec varnishd -n ${tmpdir}/v1 -F -f '' -a :0 -l2m,1m" -log -start
delay 2
......
......@@ -9,5 +9,5 @@ shell -err -expect {Error: -I file CLI command failed (104)} {
echo "vcl.list" > foo
echo "-foobar" >> foo
echo "vcl.load" >> foo
varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0
varnishd -f '' -I foo -n ${tmpdir}/v0 -a :0 -l 2m,1m
}
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