r3903 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 9 13:20:16 CET 2009


Author: phk
Date: 2009-03-09 13:20:16 +0100 (Mon, 09 Mar 2009)
New Revision: 3903

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/p0000.vtc
Log:
Use varnish -start/-stop instead of -cliok



Modified: trunk/varnish-cache/bin/varnishtest/tests/p0000.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/p0000.vtc	2009-03-09 12:14:58 UTC (rev 3902)
+++ trunk/varnish-cache/bin/varnishtest/tests/p0000.vtc	2009-03-09 12:20:16 UTC (rev 3903)
@@ -19,15 +19,15 @@
 	expect resp.http.X-Varnish == "1001"
 } -run
 
-varnish v1 -cliok stop
+varnish v1 -stop
 
-server s1 stop
+varnish v1 -start
 
-varnish v1 -cliok start
-
 #client c1 {
 #	txreq -url "/"
 #	rxresp
 #	expect resp.status == 200
 #	expect resp.http.X-Varnish == "1001"
 #} -run
+
+shell "rm -f /tmp/__v1/_.per"



More information about the varnish-commit mailing list