Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
12566e7f9b5e5c5d445bc4d36991d134b431dc6c
/
.
/
shell
/
hush_test
/
hush-misc
/
wait7.tests
blob: a54a778e5ed2faf3d8c0b089d370b5116da77de7 [
file
] [
log
] [
blame
]
sleep
1
&&
echo
"Background1"
&
pid
=
$
!
sleep
3
&&
echo
"Background2: BUG!"
&
# Shouldn't wait for 2nd bkgd:
wait $pid
kill $
!
echo
Ok
:
$
?