data/method/busybox/busybox-1.36.0/testsuite/wget/wget-supports--P

6 lines
124 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
test x"$SKIP_INTERNET_TESTS" != x"" && exit
mkdir foo
busybox wget -q -P foo http://www.google.com/
test -s foo/index.html