commit | 0c0495cbfe26a5921804dea928114ccd9448a0f6 | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:37 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 32229207bf58d2c36b86b664d04ddad1c5399297 | |
parent | c42dda3b74b9f246235b5c8960ad401579b4aab6 [diff] |
test: hush: Fix variable expansion tests for modern hush Modifies the expected result for modern hush. Indeed, there were bugs in actual U-Boot hush which were fixed in upstream Busybox. As modern hush is based on upstream Busybox, these bugs no longer exist. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>