test x"$SKIP_INTERNET_TESTS" != x"" && exit

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