Commit 436b71c4 authored by Geoff Simmons's avatar Geoff Simmons

Changed VCL error message for undefined subroutines.

parent 66cc06b3
...@@ -437,7 +437,7 @@ client c1 { ...@@ -437,7 +437,7 @@ client c1 {
logexpect l1 -wait logexpect l1 -wait
logexpect l2 -wait logexpect l2 -wait
varnish v1 -errvcl {Symbol not found: 'foo'} { varnish v1 -errvcl {Undefined sub foo} {
import ${vmod_re2}; import ${vmod_re2};
backend b None; 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