[3.0] 2bec68e Unrace this testcase a little bit more.

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:04:13 CEST 2011


commit 2bec68e672ba0994f671f9df9712f030ee931325
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 21 09:55:09 2011 +0000

    Unrace this testcase a little bit more.

diff --git a/bin/varnishtest/tests/s00002.vtc b/bin/varnishtest/tests/s00002.vtc
index 939d0ee..3cb56cf 100644
--- a/bin/varnishtest/tests/s00002.vtc
+++ b/bin/varnishtest/tests/s00002.vtc
@@ -53,9 +53,9 @@ varnish v1 -vcl {
 	}
 } -start
 
+sema r1 sync 2
 
 client c1 {
-	sema r1 sync 2
 	txreq -url "/"
 	rxresp
 	expect resp.http.foo == "bar"



More information about the varnish-commit mailing list