1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

tests: always run callback in calls to function config_file_option_set

This commit is contained in:
Sébastien Helleu
2020-03-13 23:12:22 +01:00
parent ba70173a2e
commit aa3941fee2
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1214,7 +1214,7 @@ TEST(IrcMessage, Split)
/* PRIVMSG with 512 bytes and split_msg_max_length == 0: no split */
config_file_option_set (
irc_config_server_default[IRC_SERVER_OPTION_SPLIT_MSG_MAX_LENGTH],
"0", 0);
"0", 1);
hashtable = irc_message_split (server,
"PRIVMSG #channel :" LOREM_IPSUM_512);
CHECK(hashtable);