aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-08 19:16:59 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-08 19:16:59 +0100
commited1c91f77cc7402f3c012b7ff2fcb78443c6621f (patch)
treee4632eb6673a78ebc7717038925ce65623444d50 /src/hostlist
parent91ffe852310921b90d4cfc61e440563aac8f10fd (diff)
downloadgnunet-ed1c91f77cc7402f3c012b7ff2fcb78443c6621f.tar.gz
gnunet-ed1c91f77cc7402f3c012b7ff2fcb78443c6621f.zip
remove unnecessary calls to gnunet-peerinfo that also caused the system to get stuck
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index c39c57eb3..48689e259 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -567,13 +567,6 @@ main (int argc, char *argv[])
567 GNUNET_log_setup ("test-gnunet-daemon-hostlist", 567 GNUNET_log_setup ("test-gnunet-daemon-hostlist",
568 "WARNING", 568 "WARNING",
569 NULL); 569 NULL);
570#if !WINDOWS
571 system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > /dev/null");
572 system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > /dev/null");
573#else
574 system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > NUL");
575 system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > NUL");
576#endif
577 ret = check (); 570 ret = check ();
578 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1"); 571 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
579 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2"); 572 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");