Sign in
coral
/
busybox
/
5fa5c4bde8b9ab75fa0ed37ee2fafca3fd46288a
/
.
/
shell
/
ash_test
/
ash-parsing
/
group2.tests
blob: d99178585d757d99d3b8e3f3f4900fcd1e3b4631 [
file
] [
log
] [
blame
]
# Bug was in handling of "}&" without space
{
trap
"echo got TERM"
TERM
;
sleep
2
;
}&
sleep
1
;
kill $
!;
wait
echo
Done
:
$
?