Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e34dbc4fdcae6e21bb186c225f76d399d2656d75
/
.
/
shell
/
ash_test
/
ash-parsing
/
group2.tests
blob: d99178585d757d99d3b8e3f3f4900fcd1e3b4631 [
file
] [
log
] [
blame
]
Denys Vlasenko
e34dbc4
2017-07-24 02:49:56 +0200
[
diff
] [
blame^
]
1
# Bug was in handling of "}&" without space
2
{
trap
"echo got TERM"
TERM
;
sleep
2
;
}&
sleep
1
;
kill $
!;
wait
3
echo
Done
:
$
?