Files
busybox/testsuite/wget/wget-supports--P
2009-07-18 15:19:41 +02:00

6 lines
124 B
Plaintext

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