diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-05-06 17:45:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-05-06 17:45:30 +0000 |
commit | 45e31f540e8d0f559a992be42e5eb9387cc5a0c2 (patch) | |
tree | 4dc37fc2f20b3c87afdb549ae485f5693c3f57e2 /src/peerinfo/test_peerinfo_api.c | |
parent | f791facd62f95918269d2ab905e1b94133da6df7 (diff) |
-cleanup before and after
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r-- | src/peerinfo/test_peerinfo_api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c index ebb12b5057..57402a0b11 100644 --- a/src/peerinfo/test_peerinfo_api.c +++ b/src/peerinfo/test_peerinfo_api.c @@ -199,6 +199,7 @@ main (int argc, char *argv[]) { int ret = 0; + GNUNET_DISK_directory_remove ("/tmp/test-gnunet-peerinfo"); GNUNET_log_setup ("test_peerinfo_api", "WARNING", NULL); |