add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
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
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
||||
|
||||
busybox wget http://www.google.com
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
||||
|
||||
busybox wget -q -O foo http://www.google.com/
|
||||
test -s foo
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
test x"$SKIP_INTERNET_TESTS" != x"" && exit
|
||||
|
||||
mkdir foo
|
||||
busybox wget -q -P foo http://www.google.com/
|
||||
test -s foo/index.html
|
||||
|
||||
Reference in New Issue
Block a user