add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-07-18 15:19:41 +02:00
parent f8e6b6eccb
commit b71ce023e9
9 changed files with 38 additions and 2 deletions

View File

@@ -1,2 +1,9 @@
test x$(hostname -i) = x$(busybox hostname -i)
test x"$SKIP_KNOWN_BUGS" != x"" && exit
# Observed bug:
# # ./busybox hostname -i
# 127.0.0.1
# # hostname -i
# 127.0.0.1 10.0.0.2 10.32.10.45
test x$(hostname -i) = x$(busybox hostname -i)