remove unnecessary calls to gnunet-peerinfo that also caused the system to get stuck
authorChristian Grothoff <christian@grothoff.org>
Sun, 8 Jan 2017 18:16:59 +0000 (19:16 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 8 Jan 2017 18:16:59 +0000 (19:16 +0100)
src/hostlist/test_gnunet_daemon_hostlist_learning.c

index c39c57eb369f504cc8f9ed7749bbd64d75860abd..48689e2592cc1bf8b983f3a1a3ae14ed8c7a93ee 100644 (file)
@@ -567,13 +567,6 @@ main (int argc, char *argv[])
   GNUNET_log_setup ("test-gnunet-daemon-hostlist",
                     "WARNING",
                     NULL);
-#if !WINDOWS
-  system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > /dev/null");
-  system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > /dev/null");
-#else
-  system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > NUL");
-  system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > NUL");
-#endif
   ret = check ();
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
   GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");