diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-10 10:20:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-12 20:37:48 +0100 |
commit | 6325add517db8d4a5931b0252635c0c2997c528b (patch) | |
tree | 6e1913b6141b7d7068afae428914ad62b1e06534 /tests/unit/plugins | |
parent | e791535773d2e9d08a2a58636c2e3f8fd3d635fa (diff) | |
download | weechat-6325add517db8d4a5931b0252635c0c2997c528b.zip |
tests/relay/irc: use port 9001 for server relay
Diffstat (limited to 'tests/unit/plugins')
-rw-r--r-- | tests/unit/plugins/relay/irc/test-relay-irc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |