Commit 93f63b7b authored by Geoff Simmons's avatar Geoff Simmons

Changed VCL error message for undefined subroutines.

parent 314fbd7d
......@@ -763,7 +763,7 @@ client c1 {
logexpect l1 -wait
logexpect l2 -wait
varnish v1 -errvcl {Symbol not found: 'foo'} {
varnish v1 -errvcl {Undefined sub foo} {
import ${vmod_selector};
backend b None;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment