Commit 75e4de5c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add coverage

parent e8ffdc45
......@@ -60,6 +60,10 @@ shell -err -expect "Cannot open output file (No such file or directory)" \
shell -err -expect "Only one of -n and -r options may be used" \
{varnishlog -n ${v1_name} -r ${v1_name}/_.vsm}
shell -err -expect "Unterminated string" \
{varnishlog -q '"b\\la'}
shell -err -expect "Syntax error" \
{varnishlog -q ' / '}
shell -err -expect "Expected integer got '}" \
"varnishlog -q {}"
shell -err -expect "Expected positive integer" \
......
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