diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 15:19:41 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-18 15:19:41 +0200 |
commit | b71ce023e9527b6afaa497ce62ca53a74cf94cef (patch) | |
tree | 0d7c880b8a73f1f56897bcddd1d88b6517aa07ae /testsuite/wget/wget-retrieves-google-index | |
parent | f8e6b6eccbae6ae386820f95d123f8a641f753d4 (diff) | |
download | busybox-b71ce023e9527b6afaa497ce62ca53a74cf94cef.tar.gz |
add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/wget/wget-retrieves-google-index')
-rw-r--r-- | testsuite/wget/wget-retrieves-google-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/wget/wget-retrieves-google-index b/testsuite/wget/wget-retrieves-google-index index 7be9a8087..f9dbb8be8 100644 --- a/testsuite/wget/wget-retrieves-google-index +++ b/testsuite/wget/wget-retrieves-google-index @@ -1,2 +1,4 @@ +test x"$SKIP_INTERNET_TESTS" != x"" && exit + busybox wget -q -O foo http://www.google.com/ test -s foo |