gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 01/02: make test compatible with macos


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 01/02: make test compatible with macos
Date: Fri, 11 Oct 2019 18:38:17 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit f4636ad9ec863234f11c3118c9341d82d6debf66
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Fri Oct 11 18:35:28 2019 +0200

    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
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]