Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / testsuite / hostname / hostname-d-works
blob54c0aac0c14db304715d953f93c934d6ec64cdb6
1 f=$(busybox hostname -f).
2 d=$(busybox hostname -d)
3 test x"${f#*.}" = x"$d${d:+.}"