mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Update existing ns_plugin_expandpath() unit test to cover the logic appending the plugin extension if missing. Because ns_plugin_expandpath() now relies on isc_file_exists() API, a mocked version has been added in tests/ns/plugin_test.c and relies on the linker --wrap mechanism.