From 6325add517db8d4a5931b0252635c0c2997c528b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 10 Mar 2024 10:20:27 +0100 Subject: [PATCH] tests/relay/irc: use port 9001 for server relay --- tests/unit/plugins/relay/irc/test-relay-irc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/plugins/relay/irc/test-relay-irc.cpp b/tests/unit/plugins/relay/irc/test-relay-irc.cpp index a4e99b461..b2f9b8c33 100644 --- a/tests/unit/plugins/relay/irc/test-relay-irc.cpp +++ b/tests/unit/plugins/relay/irc/test-relay-irc.cpp @@ -321,7 +321,7 @@ TEST_GROUP(RelayIrcWithClient) "irc.test", RELAY_PROTOCOL_IRC, "test", - 9000, + 9001, NULL, /* path */ 1, /* ipv4 */ 0, /* ipv6 */