summaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.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_learning.c
parent739130474d3d636d39bcfc16ebceb606ff37bd2c (diff)
downloadgnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.tar.gz
gnunet-9cc7fea00a1af2f2c6ff7238405eed7a4023f7a5.zip
nomesh
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 9fc429223..9a9e98cfe 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -538,8 +538,8 @@ main (int argc, char *argv[])
538{ 538{
539 int ret; 539 int ret;
540 540
541 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 541 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
542 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 542 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
543 GNUNET_log_setup ("test-gnunet-daemon-hostlist", 543 GNUNET_log_setup ("test-gnunet-daemon-hostlist",
544#if VERBOSE 544#if VERBOSE
545 "DEBUG", 545 "DEBUG",
@@ -548,8 +548,8 @@ main (int argc, char *argv[])
548#endif 548#endif
549 NULL); 549 NULL);
550 ret = check (); 550 ret = check ();
551 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 551 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
552 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 552 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");
553 if (GNUNET_YES == GNUNET_DISK_file_test ("hostlists_learn_peer.file")) 553 if (GNUNET_YES == GNUNET_DISK_file_test ("hostlists_learn_peer.file"))
554 { 554 {
555 if (0 == UNLINK("hostlists_learn_peer.file")) 555 if (0 == UNLINK("hostlists_learn_peer.file"))