# HG changeset patch # User Matti Hamalainen # Date 1703052244 -7200 # Node ID c51f056f3557e0729ad09eed9ac4787219ad9e17 # Parent bca32201868ea1f3d50a64ae0216bf2d49974987 Fix a test. diff -r bca32201868e -r c51f056f3557 tests.c --- a/tests.c Wed Dec 20 07:57:25 2023 +0200 +++ b/tests.c Wed Dec 20 08:04:04 2023 +0200 @@ -465,8 +465,10 @@ test_config_values(cfg); // Additional tests + test_start(&ctx, "Additional config tests"); item = th_cfg_item_find(cfg, NULL, "string_list", -1); test_result(&ctx, item != NULL); + test_end(&ctx); if (item != NULL) { static const char *nostr = "not to be found";