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,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)
|
||||
|
Reference in New Issue
Block a user