summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/trap14.0
blob: 97cce8d0d24436f65f425cd45a05990c3f69fccf (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

{
	trap - INT
	${SH} -c 'kill -INT $PPID' &
	wait
} &
wait $!
r=$?
[ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
OpenPOWER on IntegriCloud