[master] b30af4dd3 Ensure the test fails for the right reason

Nils Goroll nils.goroll at uplex.de
Mon Sep 19 13:44:06 UTC 2022


commit b30af4dd37776c891f3970a0a03ab89c5f2cfa7b
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Sep 13 19:09:41 2022 +0200

    Ensure the test fails for the right reason

diff --git a/bin/varnishtest/tests/m00000.vtc b/bin/varnishtest/tests/m00000.vtc
index 73cda64f1..3aed21140 100644
--- a/bin/varnishtest/tests/m00000.vtc
+++ b/bin/varnishtest/tests/m00000.vtc
@@ -148,7 +148,7 @@ varnish v1 -errvcl {rot13: VFP already registered (per-vcl)} {
 	}
 }
 
-varnish v1 -errvcl {Failed initialization} {
+varnish v1 -errvcl {Failed from VCL} {
 	import debug;
 	import directors;
 	backend default { .host = "${localhost}"; }


More information about the varnish-commit mailing list