Commit f0e97920 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Nils Goroll

SQUASHME: Avoid a cache hit in the test case

When it was in its own file it worked fine...
parent dc5bddbd
......@@ -204,7 +204,7 @@ varnish v1 -vcl+backend ""
client c2 {
stream 1 {
txreq -hdr "range" "bytes=0-1"
txreq -url /3 -hdr "range" "bytes=0-1"
rxresp
expect resp.status == 206
expect resp.http.content-length == 2
......
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