test: run some test commands only if HUSH_PARSER is enabled
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 16 Apr 2025 13:57:30 +0000 (15:57 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 22 Apr 2025 18:26:41 +0000 (12:26 -0600)
commit83fc6005cdaf703ff26d635d72bcccf2081ad5d8
treeaa1b95ed5de63816c16519ac7143ef1e299d9c29
parenta08425586799374ccded78eb5fdef6e2235e1ad9
test: run some test commands only if HUSH_PARSER is enabled

Some test commands (such as "false", or the empty string) need
CONFIG_HUSH_PARSER=y. Fix test/cmd/command.c.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
test/cmd/command.c