Denys Vlasenko | b71ce02 | 2009-07-18 15:19:41 +0200 | [diff] [blame] | 1 | test x"$SKIP_INTERNET_TESTS" != x"" && exit |
2 | |||||
Matt Kraai | 3889078 | 2001-10-30 23:11:20 +0000 | [diff] [blame] | 3 | mkdir foo |
4 | busybox wget -q -P foo http://www.google.com/ | ||||
5 | test -s foo/index.html |