[master] 8ec48cf55 Tweak the -p test slightly
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Tue Sep  4 08:52:13 UTC 2018
    
    
  
commit 8ec48cf552b7b9e0d391d99048dc86f5b3363659
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 4 08:50:37 2018 +0000
    Tweak the -p test slightly
diff --git a/bin/varnishtest/tests/u00004.vtc b/bin/varnishtest/tests/u00004.vtc
index 9d2be8ed4..b6015a061 100644
--- a/bin/varnishtest/tests/u00004.vtc
+++ b/bin/varnishtest/tests/u00004.vtc
@@ -39,4 +39,4 @@ shell -err -match "Usage: .*varnishtop <options>" \
 	"varnishtop extra"
 
 shell -err -match "is not a number" \
-	"varnishtop -p ABC"
+	"varnishtop -p 12ABC"
    
    
More information about the varnish-commit
mailing list