aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-11 18:35:28 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-11 18:35:28 +0200
commitf4636ad9ec863234f11c3118c9341d82d6debf66 (patch)
tree5d60d32803f5c849fb3278bfb39b8babd843416d /src
parent47ab1ded5ef79da36c4e769fae7fba2af84405d7 (diff)
downloadgnunet-f4636ad9ec863234f11c3118c9341d82d6debf66.tar.gz
gnunet-f4636ad9ec863234f11c3118c9341d82d6debf66.zip
make test compatible with macos
Diffstat (limited to 'src')
-rw-r--r--src/namestore/test_plugin_namestore.c3
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,
167 } 167 }
168 put_record (nsp, 1); 168 put_record (nsp, 1);
169 get_record (nsp, 1); 169 get_record (nsp, 1);
170 170#ifndef DARWIN
171 unload_plugin (nsp); 171 unload_plugin (nsp);
172#endif
172} 173}
173 174
174 175