busybox/testsuite/wget/wget-retrieves-google-index
Denys Vlasenko b71ce023e9 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-18 15:19:41 +02:00

5 lines
103 B
Plaintext

test x"$SKIP_INTERNET_TESTS" != x"" && exit
busybox wget -q -O foo http://www.google.com/
test -s foo