]> Git Repo - J-u-boot.git/blobdiff - test/cmd/wget.c
test: Tidy up checking for console end
[J-u-boot.git] / test / cmd / wget.c
index 1660d2bdcb089c248d03c738c54083aaacbbdcda..fe26fee54c9d83b355ff94c62e3e54bcde177aee 100644 (file)
@@ -221,7 +221,7 @@ static int net_test_wget(struct unit_test_state *uts)
 
        run_command("md5sum ${loadaddr} ${filesize}", 0);
        ut_assert_nextline("md5 for 00020000 ... 0002001f ==> 234af48e94b0085060249ecb5942ab57");
-       ut_assertok(ut_check_console_end(uts));
+       ut_assert_console_end();
 
        return 0;
 }
This page took 0.024672 seconds and 4 git commands to generate.