aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 935c004cc..753d2cc3a 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -384,6 +384,8 @@ main (int argc, char *argv[])
384#endif 384#endif
385 NULL); 385 NULL);
386 ret = check (); 386 ret = check ();
387 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-core-peer-1");
388 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-core-peer-2");
387 389
388 return ret; 390 return ret;
389} 391}