]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: hush: Fix variable expansion tests for modern hush
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:37 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commit410e78df06372507d1b836d8d825d3e3cdd11e93
tree32229207bf58d2c36b86b664d04ddad1c5399297
parent6d3914f9c1f6df21b46a544e0e5419de4d9888b4
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>
test/hush/dollar.c