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) --- .../test_quota_compliance_http_asymmetric_peer2.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/transport/test_quota_compliance_http_asymmetric_peer2.conf') diff --git a/src/transport/test_quota_compliance_http_asymmetric_peer2.conf b/src/transport/test_quota_compliance_http_asymmetric_peer2.conf index cdc10516b..3408d9f2e 100644 --- a/src/transport/test_quota_compliance_http_asymmetric_peer2.conf +++ b/src/transport/test_quota_compliance_http_asymmetric_peer2.conf @@ -3,29 +3,29 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test_quota_compliance_peer2 [transport-http_server] -PORT = 3010 +PORT = 53010 USE_IPv6 = NO BINDTO = 127.0.0.1 [arm] -PORT = 3015 +PORT = 53015 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_arm_peer2.sock [statistics] -PORT = 3014 +PORT = 53014 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_statistics_peer2.sock [resolver] -PORT = 3013 +PORT = 53013 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_resolver_peer2.sock [peerinfo] -PORT = 3012 +PORT = 53012 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_peerinfo_peer2.sock [transport] -PORT = 3011 +PORT = 53011 PLUGINS = http_server UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_http_transport_peer2.sock -- cgit v1.2.3