aboutsummaryrefslogtreecommitdiff
path: root/testsuite/wget/wget-supports--P
blob: bfe4ac45ea2a7ba40a5b25fa5b4a913ca82e48e6 (plain)
1
2
3
4
5
test x"$SKIP_INTERNET_TESTS" != x"" && exit

mkdir foo
busybox wget -q -P foo http://www.google.com/
test -s foo/index.html