Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
8837c5dec402fd6782589c0a676bc7f90dea4061
/
.
/
testsuite
/
hostname
/
hostname-d-works
blob: e062242bbfb148479aef3a6ce0568f9fc14b8971 [
file
] [
log
] [
blame
]
Denys Vlasenko
e82cf33
2010-05-12 15:59:32 +0200
[
diff
] [
blame
]
1
f
=
$
(
busybox hostname
-
f
)
2
d
=
$
(
busybox hostname
-
d
)
3
test x
"${f#*.}"
=
x
"$d"