aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-23 10:54:26 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-23 10:54:26 +0000
commitdf6cfdf376e83edfd04e083c6feafa8577bc237c (patch)
treeca1e65baf6ee3041c2fe59d0fe8cd55515dde1ea /src/fs/test_fs_download.c
parent129376c98b928d01c998dcfcb811bcf08cfae288 (diff)
downloadgnunet-df6cfdf376e83edfd04e083c6feafa8577bc237c.tar.gz
gnunet-df6cfdf376e83edfd04e083c6feafa8577bc237c.zip
hacking on fs
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 003840fa7..1d1813c56 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -29,7 +29,7 @@
29#include "gnunet_arm_service.h" 29#include "gnunet_arm_service.h"
30#include "gnunet_fs_service.h" 30#include "gnunet_fs_service.h"
31 31
32#define VERBOSE GNUNET_YES 32#define VERBOSE GNUNET_NO
33 33
34#define START_ARM GNUNET_YES 34#define START_ARM GNUNET_YES
35 35
@@ -324,6 +324,7 @@ main (int argc, char *argv[])
324 argvx, "test-fs-download", 324 argvx, "test-fs-download",
325 "nohelp", options, &run, NULL); 325 "nohelp", options, &run, NULL);
326 stop_arm (&p1); 326 stop_arm (&p1);
327 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-download/");
327 return 0; 328 return 0;
328} 329}
329 330