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_tcp_asymmetric_peer1.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf') diff --git a/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf b/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf index 59fbbff5b..0e0cbff24 100644 --- a/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf +++ b/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf @@ -3,29 +3,29 @@ GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/quota-tcp-p1/ [transport-tcp] -PORT = 4094 +PORT = 54094 [transport-udp] -PORT = 4094 +PORT = 54094 [arm] -PORT = 4087 +PORT = 54087 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_arm_peer1.sock [statistics] -PORT = 4088 +PORT = 54088 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_statistics_peer1.sock [resolver] -PORT = 4089 +PORT = 54089 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_resolver_peer1.sock [peerinfo] -PORT = 4090 +PORT = 54090 UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_peerinfo_peer1.sock [transport] -PORT = 4091 +PORT = 54091 PLUGINS = tcp UNIXPATH = $GNUNET_RUNTIME_DIR/test_quota_compliance_tcp_transport_peer1.sock -- cgit v1.2.3