mirror of
https://github.com/sheumann/hush.git
synced 2025-02-05 21:30:50 +00:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
|
|
|
mkdir foo
|
|
busybox wget -q -P foo http://www.google.com/
|
|
test -s foo/index.html
|