aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_reconnect.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_reconnect.c
parent739130474d3d636d39bcfc16ebceb606ff37bd2c (diff)
downloadgnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.tar.gz
gnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.zip
nomesh
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 */