From 127b843080b81afd82f3c1e13e313e5427c0f98a Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 10 Sep 2017 13:24:37 +0200 Subject: [PATCH] tests: gpioset: fix a typo Fix the spelling of the test case function name. Signed-off-by: Bartosz Golaszewski --- tests/tests-gpioset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests-gpioset.c b/tests/tests-gpioset.c index d0f9f99..3970c16 100644 --- a/tests/tests-gpioset.c +++ b/tests/tests-gpioset.c @@ -371,7 +371,7 @@ TEST_DEFINE(gpioset_invalid_offset, "tools: gpioset - invalid offset", 0, { 4 }); -static void gpioset_daeminize_in_wrong_mode(void) +static void gpioset_daemonize_in_wrong_mode(void) { test_tool_run("gpioset", "--background", test_chip_name(0), "0=1", (char *)NULL); @@ -384,6 +384,6 @@ static void gpioset_daeminize_in_wrong_mode(void) TEST_ASSERT_STR_CONTAINS(test_tool_stderr(), "can't daemonize in this mode"); } -TEST_DEFINE(gpioset_daeminize_in_wrong_mode, +TEST_DEFINE(gpioset_daemonize_in_wrong_mode, "tools: gpioset - daemonize in wrong mode", 0, { 4 }); -- 2.30.2