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 3a9f8a235f..e8e303436d 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -598,6 +598,7 @@ main (int argc, char *argv[])
#endif
NULL);
ret = check ();
+ GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore");
return ret;
}