]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/trap15.0
eaf8e8e57aae980141ca5a7c381fdf8e0793db21
[apple/shell_cmds.git] / sh / tests / builtins / trap15.0
1 # $FreeBSD: head/bin/sh/tests/builtins/trap15.0 281718 2015-04-18 23:49:57Z bdrewery $
2
3 (${SH} -c 'term(){ exit 5;}; trap term TERM; kill -TERM $$') &
4 wait >/dev/null 2>&1 $!
5 [ $? -eq 5 ]