Commit 1a67d3e2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix test-case to match OEV_REMOVE now being called OEV_EXPIRE

parent 6e6cc0bd
......@@ -12,7 +12,7 @@ varnish v1 -cliok "param.set debug +vclrel"
logexpect l1 -v v1 -g raw {
expect * 0 Debug "Subscribed to Object Events"
expect * 0 Debug "Object Event: insert 0x[0-9a-f]+"
expect * 0 Debug "Object Event: remove 0x[0-9a-f]+"
expect * 0 Debug "Object Event: expire 0x[0-9a-f]+"
expect * 0 Debug "Unsubscribed from Object Events"
} -start
......
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