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