commit | 2223c49c75d7df9189894bdf22801dc6768f4ead | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:41 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 15a802cf7f986c9baa595cf53d11c976522187a6 | |
parent | e252f50f27841d2aad844dbebbe2d238a6e13f0d [diff] |
test: hush: Fix loop tests for modern hush Modifies return code got from while loop as modern hush always returns 0 from while loop. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>