diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-08-05 18:31:42 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-07 22:31:32 -0400 |
commit | acb021e48c619b49029102acc781e904c6471c86 (patch) | |
tree | b211041ab3bfd5876da4f6064bc7f666e0ab23c4 /test/dm/sysreset.c | |
parent | cc886253704424f2a332dade72dc1853e78bca04 (diff) |
test: py: test_shell_run() with CONFIG_HUSH_PARSER=n
The hush parser not enabled for some boards, e.g.
sipeed_maix_bitm_defconfig.
With CONFIG_HUSH_PARSER=n a double quotation mark is not interpreted as the
beginning of a string. Use a single quotation mark instead.
Furthermore without the hush parser variables have to be referenced as
${varname}. Add the missing braces.
Reported-by: Sean Anderson <seanga2@gmail.com>
Fixes: 8b86c609b860 ("test/py: add test of basic shell functionality")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'test/dm/sysreset.c')
0 files changed, 0 insertions, 0 deletions