]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Correct setexpr test prefix
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:44 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commit80b80d8944024eb1c8d8f0fc51cb4847d26ed3c9
tree024651df4032b7ac8da9ec7086d82a1be2cfbe72
parente56c09457e07dc32cffeac5b7fdbb06f5a773d16
test: Correct setexpr test prefix

This prefix should be for setexpr, not mem. This means that trying to
select just these tests to run does not work. Fix it.

For some reason this provokes an assertion failure due to memory not
being freed. Move the env_set() in setexpr_test_str() to before the
malloc() heap size size is recorded and disable the rest in
setexpr_test_str_oper().

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