test: config: test [bell].command (spawn template)

This commit is contained in:
Daniel Eklöf 2021-12-25 23:27:36 +01:00
parent a4af00bd8b
commit 2c4e6680aa
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -317,8 +317,8 @@ test_section_bell(void)
test_boolean(&ctx, &parse_section_bell, "notify", &conf.bell.notify);
test_boolean(&ctx, &parse_section_bell, "command-focused",
&conf.bell.command_focused);
/* TODO: command (spawn tepmlate) */
test_spawn_template(&ctx, &parse_section_bell, "command",
&conf.bell.command);
config_free(conf);
}