aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-30 08:19:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-30 08:19:49 +0000
commit169bd4349f810b79f65bd3b671900653fe775af7 (patch)
tree6b43c6032d20ac00b564581e8a9e9cea203f49fc /src/hostlist/test_gnunet_daemon_hostlist_learning.c
parent5addc34393dca9081feb6ddf1628ba724e28a23e (diff)
downloadgnunet-169bd4349f810b79f65bd3b671900653fe775af7.tar.gz
gnunet-169bd4349f810b79f65bd3b671900653fe775af7.zip
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 25456908a..e502a7175 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -506,6 +506,12 @@ main (int argc, char *argv[])
506 ret = check (); 506 ret = check ();
507 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1"); 507 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-1");
508 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2"); 508 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-hostlist-peer-2");
509 if ( GNUNET_YES == GNUNET_DISK_file_test ("hostlists_learn_peer.file") )
510 {
511 if ( remove ("hostlists_learn_peer.file") == 0)
512 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
513 _("Hostlist file hostlists_learn_peer.file was removed\n"));
514 }
509 return ret; 515 return ret;
510} 516}
511 517