Commit 3afde33a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

FreeBSD's dlopen doesn't return a strerror(3) output, hunt the

VCC's own complaint instead.
parent dc24aa95
......@@ -14,7 +14,7 @@ varnish v1 -arg "-pvmod_dir=${topbuild}/lib/libvmod_std/.libs/" \
varnish v1 -cliok "param.set vmod_dir /nonexistent"
varnish v1 -errvcl {No such file or directory} {
varnish v1 -errvcl {Could not load VMOD std} {
import std;
}
......
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