Commit 54e93842 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Test a few lines more.

parent bb7a4d15
......@@ -32,6 +32,9 @@ shell -match "1\\.00 RespHeader Date\\n" {
shell -match "Usage: .*varnishtop <options>" \
"varnishtop -h"
shell -err -match "illegal option -- K" \
"varnishtop -K"
shell -expect "Copyright (c) 2006 Verdens Gang AS" \
"varnishtop -V"
......@@ -39,4 +42,4 @@ shell -err -match "Usage: .*varnishtop <options>" \
"varnishtop extra"
shell -err -match "is not a number" \
"varnishtop -p 12ABC"
"varnishtop -p 60 -p 12ABC"
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