Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4c438b5ba4a209a6f47400fe192e9d807c8fe8fd
/
.
/
shell
/
hush_test
/
hush-misc
/
last_amp.tests
blob: 160937644fea50871a546772516d618b492647eb [
file
] [
log
] [
blame
]
$THIS_SH
-
c
'echo 3&'
d
=
`date`
while
test
"`date`"
=
"$d"
;
do
true
;
done
d1
=
`date`
$THIS_SH
-
c
'sleep 1&'
d2
=
`date`
test
"$d1"
=
"$d2"
||
echo BAD
echo
End