1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

ctdb-tests: Update cmdline tests for section name

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2019-11-11 17:05:53 +11:00 committed by Martin Schwenke
parent b2b24c91fa
commit 7a008c6b74
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ Usage: test5 [<options>] <command> [<args>]
Help Options:
-h, --help Show this help message
Commands:
Action Commands:
action one action one help
action two action two help
Usage: test5 [<options>] <command> [<args>]
@ -54,7 +54,7 @@ Usage: test5 [<options>] <command> [<args>]
Help Options:
-h, --help Show this help message
Commands:
Action Commands:
action one action one help
action two action two help
Usage: test5 [<options>] <command> [<args>]
@ -62,7 +62,7 @@ Usage: test5 [<options>] <command> [<args>]
Help Options:
-h, --help Show this help message
Commands:
Action Commands:
action one action one help
action two action two help
EOF

View File

@ -286,7 +286,7 @@ static void test5(void)
ret = cmdline_init(mem_ctx,
"test5",
NULL,
NULL,
"Action",
action_commands,
&cmdline);
assert(ret == 0);