]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - test/command_ut.c
unit-test: fix 'env default' invocation
[karo-tx-uboot.git] / test / command_ut.c
index 0e83db0cca0ecadc8f8380bc210b9882a5a41eef..98f7625dda122dea6d76b24eda49909155be0eb9 100644 (file)
@@ -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);