[experimental-ims] 63af998 Unrace this testcase a little bit more.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:00 CET 2012


commit 63af9987adee7bca0bd008ce2334835295ec3c90
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