[6.0] 54e938420 Test a few lines more.

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Wed Oct 31 13:08:13 UTC 2018


commit 54e938420817bd9d3188c7720ad4ec541f030002
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 4 18:40:06 2018 +0000

    Test a few lines more.

diff --git a/bin/varnishtest/tests/u00004.vtc b/bin/varnishtest/tests/u00004.vtc
index b6015a061..5d95d7611 100644
--- a/bin/varnishtest/tests/u00004.vtc
+++ b/bin/varnishtest/tests/u00004.vtc
@@ -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"


More information about the varnish-commit mailing list