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/transport/test_quota_compliance_http_asymmetric_peer1.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/transport/test_quota_compliance_http_asymmetric_peer1.conf') diff --git a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf index 201bafd01..b2ff1913f 100644 --- a/src/transport/test_quota_compliance_http_asymmetric_peer1.conf +++ b/src/transport/test_quota_compliance_http_asymmetric_peer1.conf @@ -5,23 +5,23 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test_quota_compliance_peer1 [transport-http_client] [arm] -PORT = 4015 +PORT = 54015 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_arm_peer1.sock [statistics] -PORT = 4014 +PORT = 54014 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_statistics_peer1.sock [resolver] -PORT = 4013 +PORT = 54013 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_resolver_peer1.sock [peerinfo] -PORT = 4012 +PORT = 54012 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_peerinfo_peer1.sock [transport] -PORT = 4011 +PORT = 54011 PLUGINS = http_client UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_transport_peer1.sock -- cgit v1.2.3