aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index 3a9f8a235..e8e303436 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -598,6 +598,7 @@ main (int argc, char *argv[])
598#endif 598#endif
599 NULL); 599 NULL);
600 ret = check (); 600 ret = check ();
601 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
601 602
602 return ret; 603 return ret;
603} 604}