From 929df266d9e77fadff2132b051e3d709939ba336 Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Mon, 25 Jun 2018 10:32:12 +0000 Subject: tests: use port numbers that are unlikely to collide with user ports (just happened) --- src/core/test_core_api_data.conf | 2 +- src/core/test_core_api_send_to_self.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') 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 WAN_QUOTA_OUT = 64 kiB [core] -PORT = 2092 +PORT = 52092 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-core.sock 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 [test-sts] IMMEDIATE_START = YES -PORT = 9252 +PORT = 59252 HOSTNAME = localhost BINARY = test_core_api_send_to_self ACCEPT_FROM = 127.0.0.1; -- cgit v1.2.3