diff options
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r-- | test/cmd_ut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c index a0905ec54b7..155b187ad4b 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -136,7 +136,7 @@ static struct suite suites[] = { SUITE(dm), #endif #if defined(CONFIG_UT_ENV) - SUITE_CMD(env, do_ut_env), + SUITE(env), #endif SUITE_CMD(exit, do_ut_exit), #ifdef CONFIG_CMD_FDT |