]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/cmdsubst20.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst20.0
CommitLineData
254f12f7
A
1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst20.0 314637 2017-03-03 22:46:20Z jilles $
2
3set -T
4trapped=''
5trap "trapped=x$trapped" USR1
6[ "x$(kill -USR1 $$)y" = xy ] && [ "$trapped" = x ]