summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/trap13.0
blob: d90eb08eb2421bbdc5cd5429740469c393505300 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

{
	trap 'exit 0' INT
	${SH} -c 'kill -INT $PPID'
	exit 3
} &
wait $!
OpenPOWER on IntegriCloud