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

des at projects.linpro.no des at projects.linpro.no
Thu Jul 24 14:21:31 CEST 2008


Author: des
Date: 2008-07-24 14:21:30 +0200 (Thu, 24 Jul 2008)
New Revision: 3011

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/b00014.vtc
Log:
Fix temp file names


Modified: trunk/varnish-cache/bin/varnishtest/tests/b00014.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/b00014.vtc	2008-07-24 11:23:16 UTC (rev 3010)
+++ trunk/varnish-cache/bin/varnishtest/tests/b00014.vtc	2008-07-24 12:21:30 UTC (rev 3011)
@@ -2,8 +2,8 @@
 
 test "Check -f command line arg"
 
-shell "echo 'backend foo { .host = \"127.0.0.1\"; .port = \"9080\"; }' > /tmp/_b00013.vcl" 
-varnish v1 -arg "-h simple_list -f /tmp/_b00013.vcl" -start
+shell "echo 'backend foo { .host = \"127.0.0.1\"; .port = \"9080\"; }' > /tmp/_b00014.vcl" 
+varnish v1 -arg "-h simple_list -f /tmp/_b00014.vcl" -start
 
 server s1 {
 	rxreq 
@@ -19,11 +19,11 @@
 	rxresp
 } -run
 
-varnish v1 -cli "vcl.load foo /tmp/_b00013.vcl" -cli "vcl.use foo"
+varnish v1 -cli "vcl.load foo /tmp/_b00014.vcl" -cli "vcl.use foo"
 
 client c1 {
 	txreq -url /bar
 	rxresp
 } -run
 
-shell "rm -f /tmp/_b00013.vcl" 
+shell "rm -f /tmp/_b00014.vcl" 




More information about the varnish-commit mailing list