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

Get this testcase running with the correct suffix.

parent 38dc438a
......@@ -42,7 +42,8 @@ varnish v1 -expect !VBE.vcl1.default.happy
# Use it, and it should come alive
varnish v1 -cliok "vcl.use vcl1"
varnish v1 -expect VBE.vcl1.default.happy > 0
delay .4
varnish v1 -expect VBE.vcl1.default.happy >= 0
varnish v1 -expect VBE.vcl2.default.happy > 0
# and the unused one should go cold
......@@ -53,4 +54,4 @@ varnish v1 -expect !VBE.vcl2.default.happy
varnish v1 -cliok "vcl.state vcl1 warm"
varnish v1 -cliok "vcl.use vcl2"
delay 4
varnish v1 -expect VBE.vcl2.default.happy > 0
varnish v1 -expect VBE.vcl2.default.happy >= 0
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