Commit 1b3b48e3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove long gone cli.debug cli calls

parent efaba477
......@@ -41,7 +41,7 @@ varnish v1 -expect n_backend == 2
varnish v1 -expect n_vcl_avail == 2
varnish v1 -expect n_vcl_discard == 0
varnish v1 -cli "debug.backend" -cli "vcl.list"
varnish v1 -cli "vcl.list"
# Discard the first VCL
......@@ -64,7 +64,7 @@ client c1 {
# The workthread should have released its VCL reference now
# but we need to tickle the CLI to notice
varnish v1 -cli "debug.backend" -cli "vcl.list"
varnish v1 -cli "vcl.list"
varnish v1 -expect n_backend == 1
varnish v1 -expect n_vcl_avail == 1
......
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