1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

test: cmd: Use UTF_CONSOLE in tests

Set this flag rather than doing things manually in the test.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-08-22 07:57:57 -06:00
committed by Tom Rini
parent 2b60f8c8b1
commit 0e77c2b611
2 changed files with 3 additions and 2 deletions

View File

@@ -223,4 +223,4 @@ static int net_test_wget(struct unit_test_state *uts)
return 0;
}
LIB_TEST(net_test_wget, 0);
LIB_TEST(net_test_wget, UTF_CONSOLE);