aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-16 18:22:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-16 18:22:14 +0000
commit09ff779e8eb7ee46305a380dd6e1776ec786b085 (patch)
tree0f2a51d5476f8ae5aa584dd90115c1c20ddd7ce0 /src/peerinfo-tool
parentb07d330616887801d7871f021a7d3a84f9116095 (diff)
downloadgnunet-09ff779e8eb7ee46305a380dd6e1776ec786b085.tar.gz
gnunet-09ff779e8eb7ee46305a380dd6e1776ec786b085.zip
-fix test: needs correct port in correct section of config file
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/test_gnunet_peerinfo_data.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo_data.conf b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
index 78dac1d13..1dd91e362 100644
--- a/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
+++ b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf
@@ -1,12 +1,13 @@
1@INLINE@ ../../contrib/no_forcestart.conf
2
1[PATHS] 3[PATHS]
2GNUNET_TEST_HOME = /tmp/gnunet-test-peerinfo/ 4GNUNET_TEST_HOME = /tmp/gnunet-test-peerinfo/
3 5
4[transport] 6[transport]
5plugins = tcp 7plugins = tcp
6PORT = 24356
7 8
8[nat] 9[nat]
9RETURN_LOCAL_ADDRESSES = YES 10RETURN_LOCAL_ADDRESSES = YES
10 11
11 12[transport-tcp]
12 13PORT = 24357