b71ce023e9
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
|
|
|
mkdir foo
|
|
busybox wget -q -O index.html -P foo http://www.google.com/
|
|
test -s index.html
|