]> Git Repo - J-u-boot.git/blobdiff - test/cmd/test_echo.c
test: Tidy up checking for console end
[J-u-boot.git] / test / cmd / test_echo.c
index b829f71c591525066c5c811b3e648f0ca04042ad..8b306cc907fbce7eb900caefdfa72ca1fc0d49ac 100644 (file)
@@ -49,7 +49,7 @@ static int lib_test_hush_echo(struct unit_test_state *uts)
                console_record_readline(uts->actual_str,
                                        sizeof(uts->actual_str));
                ut_asserteq_str(echo_data[i].expected, uts->actual_str);
-               ut_assertok(ut_check_console_end(uts));
+               ut_assert_console_end();
        }
        return 0;
 }
This page took 0.023832 seconds and 4 git commands to generate.