Commit 5c2afe96 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Fix temp file names


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3011 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 649f8e16
......@@ -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 @@ client c1 {
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"
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