xref: /freebsd/bin/sh/tests/expansion/cmdsubst22.0 (revision a3c858005cae175e277f6f6735ca9eaea7eaf3c3)
1
2set -T
3trapped=''
4trap "trapped=x$trapped" TERM
5[ "x$(:; kill $$)y" = xy ] && [ "$trapped" = x ]
6