mirror of
https://xff.cz/git/u-boot/
synced 2026-02-06 07:16:34 +01:00
run_command_list() is supposed to return a return code of 0 for success and 1 for failure. Add a few simple tests that confirm this. These tests work both with the built-in parser and hush. Signed-off-by: Simon Glass <sjg@chromium.org>