android_mt6572_jiabo/external/busybox/testsuite/wget/wget-supports--P
2025-09-05 16:56:03 +08:00

5 lines
124 B
Text

test x"$SKIP_INTERNET_TESTS" != x"" && exit
mkdir foo
busybox wget -q -P foo http://www.google.com/
test -s foo/index.html