Commit bfaa16e8 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Simplify

NB: this was not lost during polishing, it was simply redundant.
parent f9348e45
......@@ -17,8 +17,7 @@ client c1 {
expect resp.http.content-Type == "text/plain"
# Then, payload checks
write_body resp.txt
shell {grep -q response resp.txt}
expect resp.body == response
} -run
} -run
......@@ -83,7 +83,6 @@ varnish v1 -vcl {
set req.http.foo = 1 - 1;
set req.http.foo = 1 + -1;
set req.http.foo = 1 - -1;
set req.http.foo = 1- -1; # regression test for #2184
set req.http.foo = 3 * 2;
set req.http.foo = 3 / 2;
set req.http.foo = 3 * -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