mirror of
https://github.com/sheumann/hush.git
synced 2025-02-06 13:30:24 +00:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
|
|
|
busybox wget -q -O foo http://www.google.com/
|
|
test -s foo
|