mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
4 lines
103 B
Text
4 lines
103 B
Text
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
|
|
|
busybox wget -q -O foo http://www.google.com/
|
|
test -s foo
|