[master] 60b699b Update to new error message

Poul-Henning Kamp phk at FreeBSD.org
Tue Feb 27 13:40:18 UTC 2018


commit 60b699b91581e2d2f46bddf83ff4b42f28bac930
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Feb 27 13:39:29 2018 +0000

    Update to new error message

diff --git a/bin/varnishtest/tests/v00049.vtc b/bin/varnishtest/tests/v00049.vtc
index 46cf468..53e2cb7 100644
--- a/bin/varnishtest/tests/v00049.vtc
+++ b/bin/varnishtest/tests/v00049.vtc
@@ -11,7 +11,7 @@ varnish v1 -syntax 4.0 -errvcl "silly buggers" {
 	backend b1 { .host = "127.0.0.1:8080"; }
 }
 
-varnish v1 -syntax 4.0 -errvcl "9.9 higher than the top level version" {
+varnish v1 -syntax 4.0 -errvcl "VCL version 9.9 not supported" {
 	vcl 9.9;
 	backend b1 { .host = "127.0.0.1:8080"; }
 }


More information about the varnish-commit mailing list