summaryrefslogtreecommitdiffstats
path: root/test/command_ut.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_ut.c')
-rw-r--r--test/command_ut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_ut.c b/test/command_ut.c
index 0e83db0cca..98f7625dda 100644
--- a/test/command_ut.c
+++ b/test/command_ut.c
@@ -15,7 +15,7 @@ static const char test_cmd[] = "setenv list 1\n setenv list ${list}2; "
static int do_ut_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
printf("%s: Testing commands\n", __func__);
- run_command("env default -f", 0);
+ run_command("env default -f -a", 0);
/* run a single command */
run_command("setenv single 1", 0);
OpenPOWER on IntegriCloud