Commit ffc2b8e2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to make this test a tad more robust

parent 7d9bf682
......@@ -41,11 +41,13 @@ client c1 {
expect resp.status == 500
} -run
server s1 -wait
server s1 {
rxreq
expect req.url == "/"
txresp -body "slash"
} -start
} -start -wait
server s1 {
rxreq
......
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