minimal-linux-script/busybox-1.33.0/testsuite/wget/wget-retrieves-google-index
2023-11-16 23:19:36 -05: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