config: remove deprecated option 'utempter'

This commit is contained in:
Daniel Eklöf 2023-07-31 16:28:07 +02:00
parent 0b4f1b4af2
commit ddcbf2a7b4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 5 additions and 18 deletions

View file

@ -502,7 +502,6 @@ test_section_main(void)
test_string(&ctx, &parse_section_main, "shell", &conf.shell);
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);