Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wget--O-overrides--P « wget « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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