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

Test more obscure CLI corners

parent b802da87
......@@ -31,6 +31,17 @@ shell -exit 1 -expect "Command failed with error code 500" {
varnishadm -n ${tmpdir}/v1 quit
}
shell -exit 1 -expect "Command failed with error code 102" {
varnishadm -n ${tmpdir}/v1 debug.panic.master -j
}
shell -exit 1 -expect "Command failed with error code 101" {
varnishadm -n ${tmpdir}/v1 123
}
shell "varnishadm -n ${tmpdir}/v1 param.set cli_limit 128"
shell -expect "[response was truncated]" "varnishadm -n ${tmpdir}/v1 help"
process p1 -stop -wait
# Test multiple -f options
......
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