Files
u-boot/test/cmd
Jerome Forissier 8647480ac9 test/cmd/wget.c: move net_test_wget() to the cmd test suite
Since net_test_wget() is testing a command and is in test/cmd it should
be in the 'cmd' test suite, not 'lib'.

Saving and restoring the values of the environment variables that the
test manipulates is necessary to avoid a regression when running the
whole ut test suite. A minimal reproducer is:

 $ ./u-boot -T -c "ut cmd net_test_wget; ut dm dm_test_eth_act" | \
     grep -E "(Test:|Failures:)"

Reported-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
(cherry picked from commit 20f641987f)
2025-12-16 11:12:15 -07:00
..
2025-02-16 14:11:28 +00:00
2025-09-24 18:29:38 -06:00
2025-10-23 10:00:06 +01:00
2025-02-16 14:11:28 +00:00
2025-02-16 14:11:28 +00:00
2025-02-16 14:11:28 +00:00
2025-02-16 14:11:28 +00:00
2025-02-16 14:11:28 +00:00
2025-09-04 07:08:24 -06:00