commit | aeee87e22ad486ea595a66dcadd58935e7c74b33 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:57 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | 01eb0f4bebda08e3cabd2addaa0a39bf92b8d669 | |
parent | 27c46ab8a16118b299f540c4a068f4cd76b16419 [diff] [blame] |
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>
diff --git a/test/cmd/wget.c b/test/cmd/wget.c index 1ce167c..a91aa24 100644 --- a/test/cmd/wget.c +++ b/test/cmd/wget.c
@@ -223,4 +223,4 @@ return 0; } -LIB_TEST(net_test_wget, 0); +LIB_TEST(net_test_wget, UTF_CONSOLE);