]> err.no Git - varnish/commitdiff
remove redundant -repeat 1
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 22:31:27 +0000 (22:31 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 22:31:27 +0000 (22:31 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2710 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/b00000.vtc

index c96b5e48da8b933404a8e2b610c8110484ac5e23..fcdf1b2704b7a6cba268f774f0adbf323700a0cb 100644 (file)
@@ -4,7 +4,7 @@
 
 varnish v1 -arg "-b localhost:9080" -start
 
-server s1 -repeat 1 {
+server s1 {
        rxreq 
        txresp -hdr "Connection: close" -body "012345\n"
 }