From 2c4e6680aa81d6a2f6a57485fead50dc2236b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 25 Dec 2021 23:27:36 +0100 Subject: [PATCH] test: config: test [bell].command (spawn template) --- tests/test-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-config.c b/tests/test-config.c index e23499ee..4343e859 100644 --- a/tests/test-config.c +++ b/tests/test-config.c @@ -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); }