aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst21.0
blob: 02f938f7046b2d94bca8d14d275ee6951919b214 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst21.0 314686 2017-03-04 22:58:34Z jilles $

set -T
trapped=''
trap "trapped=x$trapped" TERM
[ "x$($SH -c "kill $$")y" = xy ] && [ "$trapped" = x ]