From 7a7f4c96e0165ff8ea8e67f58d8fbde35946a480 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 24 Jul 2008 12:21:30 +0000 Subject: [PATCH] Fix temp file names git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3011 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/b00014.vtc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/varnish-cache/bin/varnishtest/tests/b00014.vtc b/varnish-cache/bin/varnishtest/tests/b00014.vtc index 41c938c2..bf7686f2 100644 --- a/varnish-cache/bin/varnishtest/tests/b00014.vtc +++ b/varnish-cache/bin/varnishtest/tests/b00014.vtc @@ -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" -- 2.39.5