mirror of
https://git.busybox.net/busybox
synced 2025-07-01 12:36:15 +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
|