From ba5053cddff71ac479361b8de84f73cda7e2be17 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 27 Oct 2025 11:15:18 +1100 Subject: [PATCH] Fix "good-viewzonelevel.conf.j2 has hard coded library extension" Use @DYLIB@ instead of hard coded extension "so". --- bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2 b/bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2 index 7d992824cd..bd2ba71265 100644 --- a/bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2 +++ b/bin/tests/system/hooks/conf/good-viewzonelevel.conf.j2 @@ -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; }; };