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);