Commit 3ad16662 authored by Geoff Simmons's avatar Geoff Simmons

Remove the test of varnishtest -i with an empty argument.

Getting the quoting right to pass along the empty string in SunOS
is not working.

The code path is tested in vsl_glob_test.
parent eaa4fdbe
......@@ -38,8 +38,6 @@ shell -err -expect {-i: "Resp" is ambiguous} \
"varnishlog -i Resp"
shell -err -expect {-i: Syntax error in "Re**sp"} \
"varnishlog -i Re**sp"
shell -err -expect {-i: "" matches zero tags} \
{varnishlog -i ""}
shell -err -expect {-I: "foo" matches zero tags} \
"varnishlog -I foo:bar"
......
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