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