[master] b81fd3bbf Sigh, last commit was from wrong subdirectory...

Poul-Henning Kamp phk at FreeBSD.org
Wed May 15 11:11:10 UTC 2019


commit b81fd3bbf458c7fd744ab5676f05338b71b875e5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed May 15 11:09:45 2019 +0000

    Sigh, last commit was from wrong subdirectory...

diff --git a/bin/varnishtest/tests/v00021.vtc b/bin/varnishtest/tests/v00021.vtc
index 689b3faea..44c4c0f3d 100644
--- a/bin/varnishtest/tests/v00021.vtc
+++ b/bin/varnishtest/tests/v00021.vtc
@@ -115,7 +115,7 @@ varnish v1 -errvcl {Symbol 'true' has wrong type (func):} {
 	}
 }
 
-varnish v1 -errvcl {Symbol 'default' is a reserved word.} {
+varnish v1 -errvcl {Symbol 'default' has wrong type} {
 	sub vcl_recv {
 		if (client.ip ~ default) { }
 	}


More information about the varnish-commit mailing list