aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/parse_err.tests
blob: dd7d9ad6452b5c25e94b2957a2f237995ee39c7c (plain)
1
2
3
# Bug happens only if there is no space in "}&"
{ trap "echo got TERM" TERM; sleep 3; }& sleep 1; kill $!; wait
echo Done: $?