projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee026e
)
tests: gpioset: fix a typo
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Sun, 10 Sep 2017 11:24:37 +0000
(13:24 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Sun, 10 Sep 2017 11:24:37 +0000
(13:24 +0200)
Fix the spelling of the test case function name.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/tests-gpioset.c
patch
|
blob
|
history
diff --git
a/tests/tests-gpioset.c
b/tests/tests-gpioset.c
index d0f9f996aed28cd7e4eec402f8d820c7d16c48e0..3970c1664fb72022e3d8e26291d1201ed2381c87 100644
(file)
--- 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_daem
i
nize_in_wrong_mode(void)
+static void gpioset_daem
o
nize_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_daem
i
nize_in_wrong_mode,
+TEST_DEFINE(gpioset_daem
o
nize_in_wrong_mode,
"tools: gpioset - daemonize in wrong mode",
0, { 4 });