aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 10:08:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 10:08:58 +0000
commit0153a325761077d3ea0adee8c4d1766ce8772d27 (patch)
treeaf1af4e04fef9a3f6d1fda15d1d6476cd3190167 /src/hostlist
parentccc5a62e1a5a04660061634422ed83d8222d9e33 (diff)
downloadgnunet-0153a325761077d3ea0adee8c4d1766ce8772d27.tar.gz
gnunet-0153a325761077d3ea0adee8c4d1766ce8772d27.zip
pregenerate hostkeys
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index 1c965cf25..6124ba33f 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -545,6 +545,8 @@ main (int argc, char *argv[])
545 "WARNING", 545 "WARNING",
546#endif 546#endif
547 NULL); 547 NULL);
548 system ("gnunet-peerinfo -s -c test_learning_adv_peer.conf > /dev/null");
549 system ("gnunet-peerinfo -s -c test_learning_learn_peer.conf > /dev/null");
548 ret = check (); 550 ret = check ();
549 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1"); 551 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-1");
550 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2"); 552 GNUNET_DISK_directory_remove ("/tmp/test-gnunet-hostlist-peer-2");