commit | da3ae1feb080fbcabfabd19fe669b5fd4234af64 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Jan 18 11:38:25 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 18 11:38:25 2024 -0500 |
tree | ae6232390965823ac7627df5f7ebe634c09ac2c8 | |
parent | b8d3d711af86587f08410a35e4a981e2efc21f37 [diff] |
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>