Commit d241d80e authored by Nils Goroll's avatar Nils Goroll

adjust vtc to previous commit

... which was received from martin in private communication, thank you
parent 03d9f5df
......@@ -27,10 +27,8 @@ varnish v1 -vcl {
logexpect l1 -v v1 -g raw {
expect * * VCL_Log {^\Qres(8) = 8.000\E$}
# XXX these should return 16
expect 0 = VCL_Log {^\Qres(15) = 0.000\E$}
expect 0 = VCL_Log {^\Qres(16) = 0.000\E$}
expect 0 = VCL_Log {^\Qres(15) = 16.000\E$}
expect 0 = VCL_Log {^\Qres(16) = 16.000\E$}
expect 0 = VCL_Log {^\Qres(17) = 0.000\E$}
......
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