wget--O-overrides--P 134 B

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