From b71ce023e9527b6afaa497ce62ca53a74cf94cef Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 18 Jul 2009 15:19:41 +0200 Subject: add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite Signed-off-by: Denys Vlasenko --- testsuite/wget/wget-supports--P | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/wget/wget-supports--P') diff --git a/testsuite/wget/wget-supports--P b/testsuite/wget/wget-supports--P index 9b4d095e6..bfe4ac45e 100644 --- a/testsuite/wget/wget-supports--P +++ b/testsuite/wget/wget-supports--P @@ -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 -- cgit v1.2.3