aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/cmdsubst20.0
blob: a92eaaceece0e1c8f04a7c219208fff0599b3727 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst20.0 314637 2017-03-03 22:46:20Z jilles $

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