aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_reconnect.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_reconnect.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
index f3ce5747c..7b6c858d4 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
@@ -238,8 +238,9 @@ main (int argc, char *argv[])
238 238
239 int ret; 239 int ret;
240 240
241 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 241 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
242 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 242 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
243 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-3");
243 GNUNET_log_setup ("test-gnunet-daemon-hostlist", 244 GNUNET_log_setup ("test-gnunet-daemon-hostlist",
244#if VERBOSE 245#if VERBOSE
245 "DEBUG", 246 "DEBUG",
@@ -255,9 +256,10 @@ main (int argc, char *argv[])
255 ret = check (); 256 ret = check ();
256 fprintf (stderr, ".\n"); 257 fprintf (stderr, ".\n");
257 } 258 }
258 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 259 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
259 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 260 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
261 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-3");
260 return ret; 262 return ret;
261} 263}
262 264
263/* end of test_gnunet_daemon_hostlist.c */ 265/* end of test_gnunet_daemon_hostlist_reconnect.c */