diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-16 17:26:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-16 17:26:30 +0000 |
commit | 55ac4eda902dd14ee1a4d24e23d97b09fb73c832 (patch) | |
tree | da930c37ca3ef67ad81f2444f40e5434c2d64172 /src/namestore/test_namestore_api_zone_iteration_stop.c | |
parent | 5f150dc35f1ed2606db11c53f9c6bb554b258535 (diff) |
-start tests with fresh/empty database
Diffstat (limited to 'src/namestore/test_namestore_api_zone_iteration_stop.c')
-rw-r--r-- | src/namestore/test_namestore_api_zone_iteration_stop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api_zone_iteration_stop.c b/src/namestore/test_namestore_api_zone_iteration_stop.c index e56559f96c..7b6824727e 100644 --- a/src/namestore/test_namestore_api_zone_iteration_stop.c +++ b/src/namestore/test_namestore_api_zone_iteration_stop.c @@ -449,6 +449,7 @@ run (void *cls, int main (int argc, char *argv[]) { + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-namestore/"); res = 1; if (0 != GNUNET_TESTING_service_run ("test-namestore-api-zone-iteration-stop", |