busybox/testsuite/hostname/hostname-i-works
Denys Vlasenko b71ce023e9 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-18 15:19:41 +02:00

10 lines
192 B
Plaintext

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)