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

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