aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-11 14:38:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-11 14:38:05 +0000
commitea4fbad68f87cc04acacced941399e08bd1a7644 (patch)
tree64b2b97eb290277db05c4c700c8f3ff84e3a8791 /src/hostlist/test_gnunet_daemon_hostlist.c
parent45617d6ab679a5be3bc6fde49d9fac88fca1ad86 (diff)
downloadgnunet-ea4fbad68f87cc04acacced941399e08bd1a7644.tar.gz
gnunet-ea4fbad68f87cc04acacced941399e08bd1a7644.zip
fixing hostlist bugs
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 66fbf35aa..d6f0468de 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -257,6 +257,8 @@ main (int argc, char *argv[])
257 257
258 int ret; 258 int ret;
259 259
260 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1");
261 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2");
260 GNUNET_log_setup ("test-gnunet-daemon-hostlist", 262 GNUNET_log_setup ("test-gnunet-daemon-hostlist",
261#if VERBOSE 263#if VERBOSE
262 "DEBUG", 264 "DEBUG",
@@ -265,6 +267,8 @@ main (int argc, char *argv[])
265#endif 267#endif
266 NULL); 268 NULL);
267 ret = check (); 269 ret = check ();
270 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1");
271 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2");
268 return ret; 272 return ret;
269} 273}
270 274