[master] 5c4ceb7e8 Remove a colon which makes this test fail
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Wed Feb  3 07:30:11 UTC 2021
    
    
  
commit 5c4ceb7e81ee8b28f1286616007aed67b925d85d
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Feb 3 07:29:33 2021 +0000
    Remove a colon which makes this test fail
diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 250bdd51c..c596e0170 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -89,7 +89,7 @@ varnish v1 -errvcl {resolves to too many addresses} {
 	}
 }
 
-varnish v1 -errvcl {Symbol 'foo' has wrong type (instance):} {
+varnish v1 -errvcl {Symbol 'foo' has wrong type (instance)} {
 	import directors;
 	backend b { .host = "${localhost}"; }
 
    
    
More information about the varnish-commit
mailing list