Commit 992c259f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix two other test-cases that did not wait for clients to finish



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4506 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7d3f80c3
......@@ -24,4 +24,4 @@ client c1 {
txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: foo, close"
rxresp
expect req.http.Bar == "req.http.Bar"
} -start
} -run
......@@ -26,4 +26,4 @@ client c1 {
txreq -url / -hdr "If-Modified-Since: Tue, 25 Nov 2008 00:00:00 GMT"
rxresp
expect resp.bodylen == 11
} -start
} -run
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