[master] 71e39a968 more vcc coverage

Nils Goroll nils.goroll at uplex.de
Mon Dec 16 11:19:06 UTC 2019


commit 71e39a968008bc185dffc14606cd032fa2e2547a
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Dec 16 12:15:39 2019 +0100

    more vcc coverage

diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index f1cab3db6..15e6fb511 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -117,6 +117,13 @@ varnish v1 -syntax 4.0 -errvcl {Undefined acl foo} {
 	}
 }
 
+varnish v1 -errvcl {Undefined sub foo} {
+	backend dummy None;
+	sub vcl_recv {
+		call foo;
+	}
+}
+
 # NB: The line break in -errvcl is here on purpose, it prevents
 # a spurious "Only available when" addition to be missed when the
 # foo constructor could be confused with the foo instance name.


More information about the varnish-commit mailing list