add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
[oweals/busybox.git] / testsuite / wget / wget--O-overrides--P
1 test x"$SKIP_INTERNET_TESTS" != x"" && exit
2
3 mkdir foo
4 busybox wget -q -O index.html -P foo http://www.google.com/
5 test -s index.html