[master] 1b3b48e Remove long gone cli.debug cli calls

Poul-Henning Kamp phk at varnish-cache.org
Thu Aug 9 10:29:12 CEST 2012


commit 1b3b48e3e9b3ea1d8659da13fb78983d8299bed2
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Aug 9 08:28:56 2012 +0000

    Remove long gone cli.debug cli calls

diff --git a/bin/varnishtest/tests/v00006.vtc b/bin/varnishtest/tests/v00006.vtc
index ca4c827..494007f 100644
--- a/bin/varnishtest/tests/v00006.vtc
+++ b/bin/varnishtest/tests/v00006.vtc
@@ -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



More information about the varnish-commit mailing list