[master] 59e07f2 Forgot to add a test for -match
    Federico G. Schwindt 
    fgsch at lodoss.net
       
    Sun Jan 22 02:37:04 CET 2017
    
    
  
commit 59e07f2af4c86370b26d61f6b81628bf60493cab
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sun Jan 22 01:27:54 2017 +0000
    Forgot to add a test for -match
diff --git a/bin/varnishtest/tests/a00000.vtc b/bin/varnishtest/tests/a00000.vtc
index 2fc2b9f..d85d51e 100644
--- a/bin/varnishtest/tests/a00000.vtc
+++ b/bin/varnishtest/tests/a00000.vtc
@@ -2,6 +2,8 @@ varnishtest "Test varnishtest itself"
 
 shell -exit 1 -expect {usage: varnishtest} {varnishtest -h}
 
+shell -exit 1 -match {-D.*Define macro} {varnishtest -h}
+
 shell {
 	pwd
 	echo 'notvarnishtest foo bar' > _.vtc
    
    
More information about the varnish-commit
mailing list