]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/cmdsubst22.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / cmdsubst22.0
CommitLineData
254f12f7
A
1# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst22.0 314686 2017-03-04 22:58:34Z jilles $
2
3set -T
4trapped=''
5trap "trapped=x$trapped" TERM
6[ "x$(:; kill $$)y" = xy ] && [ "$trapped" = x ]