mirror of
https://xff.cz/git/u-boot/
synced 2026-01-08 19:59:17 +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>