fix: test: Fix "hooks/conf/good-viewzonelevel.conf.j2 has hard coded library extension"

Use @DYLIB@ instead of hard coded extension "so".

Closes #5600

Merge branch '5600-fix-hooks-conf-good-viewzonelevel-conf-j2' into 'main'

See merge request isc-projects/bind9!11156
This commit is contained in:
Mark Andrews 2025-10-28 06:15:32 +11:00
commit b6917630f4

View file

@ -19,7 +19,7 @@ view someview {
type primary;
file "foo.bar.db";
};
plugin query "@TOP_BUILDDIR@/testlib-driver-syncplugin.so" {
plugin query "@TOP_BUILDDIR@/testlib-driver-syncplugin.@DYLIB@" {
rcode servfail;
};
};