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

Use -match instead of -expect

parent 85949afd
......@@ -47,5 +47,5 @@ shell -expect "MAIN.uptime" \
"varnishstat -n ${v1_name} -1"
shell -expect "<type>MAIN</type>" \
"varnishstat -n ${v1_name} -x"
shell -expect "MAIN.uptime\":" \
shell -match {"MAIN.uptime":} \
"varnishstat -n ${v1_name} -j"
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