aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-25 00:31:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-25 00:31:29 +0000
commit9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5 (patch)
tree515f5977f13730d96f0ac5f97b3e8fa6897281da /src/hostlist/test_gnunet_daemon_hostlist.c
parent739130474d3d636d39bcfc16ebceb606ff37bd2c (diff)
downloadgnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.tar.gz
gnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.zip
nomesh
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index b3859f6c8..7e42dda59 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -234,8 +234,9 @@ main (int argc, char *argv[])
234 234
235 int ret; 235 int ret;
236 236
237 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 237 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
238 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 238 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
239 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist");
239 GNUNET_log_setup ("test-gnunet-daemon-hostlist", 240 GNUNET_log_setup ("test-gnunet-daemon-hostlist",
240#if VERBOSE 241#if VERBOSE
241 "DEBUG", 242 "DEBUG",
@@ -244,8 +245,9 @@ main (int argc, char *argv[])
244#endif 245#endif
245 NULL); 246 NULL);
246 ret = check (); 247 ret = check ();
247 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 248 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
248 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 249 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
250 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist");
249 return ret; 251 return ret;
250} 252}
251 253