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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user