|
@@ -191,6 +191,8 @@ static int do_ut_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|
assert(run_command("", 0) == 0);
|
|
assert(run_command("", 0) == 0);
|
|
assert(run_command(" ", 0) == 0);
|
|
assert(run_command(" ", 0) == 0);
|
|
|
|
|
|
|
|
+ assert(run_command("'", 0) == 1);
|
|
|
|
+
|
|
printf("%s: Everything went swimmingly\n", __func__);
|
|
printf("%s: Everything went swimmingly\n", __func__);
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|