Extend list of test cases with 'writeconfig' command.
Signed-off-by: Vadim Galitsyn <[email protected]>
Cc: Dr. David Alan Gilbert <[email protected]>
Cc: [email protected]
---
tests/test-hmp.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/test-hmp.c b/tests/test-hmp.c
index 5677fbf775..8e21eee61c 100644
--- a/tests/test-hmp.c
+++ b/tests/test-hmp.c
@@ -68,6 +68,7 @@ static const char *hmp_cmds[] = {
"sum 0 512",
"x /8i 0x100",
"xp /16x 0",
+ "writeconfig /dev/null",
NULL
};
--
2.13.1.394.g41dd433