summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/trap15.0
blob: a7e8d6475f10080c8284199e1728c26d0dce66cb (plain)
1
2
3
4

(${SH} -c 'term(){ exit 5;}; trap term TERM; kill -TERM $$') &
wait >/dev/null 2>&1 $!
[ $? -eq 5 ]