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