From f4636ad9ec863234f11c3118c9341d82d6debf66 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Fri, 11 Oct 2019 18:35:28 +0200 Subject: make test compatible with macos --- src/namestore/test_plugin_namestore.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/namestore/test_plugin_namestore.c b/src/namestore/test_plugin_namestore.c index a3d9f44c4..a0490fd9c 100644 --- a/src/namestore/test_plugin_namestore.c +++ b/src/namestore/test_plugin_namestore.c @@ -167,8 +167,9 @@ run (void *cls, } put_record (nsp, 1); get_record (nsp, 1); - +#ifndef DARWIN unload_plugin (nsp); +#endif } -- cgit v1.2.3