test: Add some setexpr regex tests
authorSimon Glass <sjg@chromium.org>
Sun, 1 Nov 2020 21:15:38 +0000 (14:15 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 1 Dec 2020 15:33:38 +0000 (10:33 -0500)
commite713124e352efe3141af6a4ffc83f6dba449a177
tree4f3a32f247135938d0a292c8c23c9926a069074a
parent25a43ac84a9509b8ccd093808bb39b71e4438cf5
test: Add some setexpr regex tests

Add tests for the setexpr regex commands.

Note that these tests currently crash on sandbox due to an existing bug in
the setexpr implementation, so two of the tests are commented out.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/setexpr.c