test: config: add test for main.utmp-helper option

This commit is contained in:
Daniel Eklöf 2023-05-17 21:05:43 +02:00
parent e78319fccd
commit f4b8e4f4d6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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