mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 06:39:59 -04:00
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:
commit
b6917630f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue