summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-25 10:32:12 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commit929df266d9e77fadff2132b051e3d709939ba336 (patch)
tree25bea9ad7f68fdf69e3ea013c6f2eb8d47e6af8d /src/core
parentfed9e8bfb74ba162567ea8dfdcc48ac49c1a02e4 (diff)
downloadgnunet-929df266d9e77fadff2132b051e3d709939ba336.tar.gz
gnunet-929df266d9e77fadff2132b051e3d709939ba336.zip
tests: use port numbers that are unlikely to collide with user ports (just happened)
Diffstat (limited to 'src/core')
-rw-r--r--src/core/test_core_api_data.conf2
-rw-r--r--src/core/test_core_api_send_to_self.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_api_data.conf b/src/core/test_core_api_data.conf
index a13cc8706..420849ba9 100644
--- a/src/core/test_core_api_data.conf
+++ b/src/core/test_core_api_data.conf
@@ -6,6 +6,6 @@ WAN_QUOTA_IN = 64 kiB
6WAN_QUOTA_OUT = 64 kiB 6WAN_QUOTA_OUT = 64 kiB
7 7
8[core] 8[core]
9PORT = 2092 9PORT = 52092
10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock 10UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock
11 11
diff --git a/src/core/test_core_api_send_to_self.conf b/src/core/test_core_api_send_to_self.conf
index ad6d4dc60..c2a459bb9 100644
--- a/src/core/test_core_api_send_to_self.conf
+++ b/src/core/test_core_api_send_to_self.conf
@@ -8,7 +8,7 @@ WAN_QUOTA_OUT = 104757600
8 8
9[test-sts] 9[test-sts]
10IMMEDIATE_START = YES 10IMMEDIATE_START = YES
11PORT = 9252 11PORT = 59252
12HOSTNAME = localhost 12HOSTNAME = localhost
13BINARY = test_core_api_send_to_self 13BINARY = test_core_api_send_to_self
14ACCEPT_FROM = 127.0.0.1; 14ACCEPT_FROM = 127.0.0.1;