aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-parsing/group2.tests
blob: d99178585d757d99d3b8e3f3f4900fcd1e3b4631 (plain)
1
2
3
# Bug was in handling of "}&" without space
{ trap "echo got TERM" TERM; sleep 2; }& sleep 1; kill $!; wait
echo Done: $?