From f4b8e4f4d675ff30f1be43211ab71b35da7c258f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 17 May 2023 21:05:43 +0200 Subject: [PATCH] test: config: add test for main.utmp-helper option --- tests/test-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-config.c b/tests/test-config.c index 4b7de298..da41b2b8 100644 --- a/tests/test-config.c +++ b/tests/test-config.c @@ -459,6 +459,7 @@ test_section_main(void) test_string(&ctx, &parse_section_main, "term", &conf.term); test_string(&ctx, &parse_section_main, "app-id", &conf.app_id); test_string(&ctx, &parse_section_main, "utempter", &conf.utmp_helper_path); + test_string(&ctx, &parse_section_main, "utmp-helper", &conf.utmp_helper_path); test_c32string(&ctx, &parse_section_main, "word-delimiters", &conf.word_delimiters);