cut: code shrink
[busybox-git.git] / testsuite / hostid / hostid-works
blob8c20bdfcc68a38e1832d7b60f345549d1cb53117
1 h=x$(busybox hostid)
2 # Is $h a sequence of hex numbers?
3 case "$h" in
4  x*[!0-9a-f]*) false;;
5  *) true;;
6 esac