]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Revert "test: hush: dollar: fix bugous behavior"
authorTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 16:38:25 +0000 (11:38 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 16:38:25 +0000 (11:38 -0500)
commitf7cca7ccc5117eaafcc2bde91ad1bed6fee7cfc3
treeae6232390965823ac7627df5f7ebe634c09ac2c8
parent3c3a73424e6d6f7b86b9347da7c0e78379933319
Revert "test: hush: dollar: fix bugous behavior"

What we were doing here amounts to simplifying the code for the new hush
parser, and the workarounds are required when using the old one. As we
have returned to having the old parser be default for now, we must undo
this so that the test passes again.

This reverts commit 6c2f753f4ad3dcee60190949d1286736a6d51d17.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/hush/dollar.c