Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hostname-i-works « hostname « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7299bffa94df3c7e17849b3b7d06c55ef6b3fb08 (plain)
1
2
3
4
5
6
7
8
9
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)