]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - test/command_ut.c
imx: mx6: align the SPEED_MED setting with the reset default
[karo-tx-uboot.git] / test / command_ut.c
index a4f034179b0fc1cd881836d852ce700503c61c58..926573a39543c816281a879922ce9ca4c83dd3b1 100644 (file)
@@ -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) == 1);
+
        printf("%s: Everything went swimmingly\n", __func__);
        return 0;
 }