]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: bdinfo: Test bdinfo -h
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 7 Oct 2023 21:41:04 +0000 (23:41 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 9 Dec 2023 13:42:29 +0000 (08:42 -0500)
commit8827a38714526adcff95271bac6a9bb49b9c0b83
tree89e6a984cd75c14f2a65f4510b2bb252a87b090a
parent4823b05f01873826f063848bcad3446025917de2
test: bdinfo: Test bdinfo -h

The bdinfo -h should print error message that -h is an unknown
parameter and then command help text. Test the expected output.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
test/cmd/bdinfo.c