diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-10-11 18:35:28 +0200 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2019-10-11 18:35:28 +0200 |
commit | f4636ad9ec863234f11c3118c9341d82d6debf66 (patch) | |
tree | 5d60d32803f5c849fb3278bfb39b8babd843416d /src | |
parent | 47ab1ded5ef79da36c4e769fae7fba2af84405d7 (diff) |
make test compatible with macos
Diffstat (limited to 'src')
-rw-r--r-- | src/namestore/test_plugin_namestore.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |