mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
tests: fix hdata tests failure on Alpine 3.18
This commit is contained in:
@@ -25,6 +25,7 @@ Bug fixes::
|
||||
|
||||
Tests::
|
||||
|
||||
* core: fix hdata tests failure on Alpine 3.18
|
||||
* relay: fix crash in tests on Alpine 3.18
|
||||
|
||||
Build::
|
||||
|
||||
@@ -526,7 +526,7 @@ TEST_GROUP(CoreHdataWithList)
|
||||
item->test_string = strdup ("item2");
|
||||
item->test_string2 = strdup ("string2");
|
||||
item->test_string3 = NULL;
|
||||
ptr_item1->test_string_null = NULL;
|
||||
item->test_string_null = NULL;
|
||||
item->test_shared_string = string_shared_get ("item2_shared");
|
||||
strcpy (item->test_array_2_words_fixed_size[0], "item2-word1");
|
||||
strcpy (item->test_array_2_words_fixed_size[1], "item2-word2");
|
||||
|
||||
Reference in New Issue
Block a user