]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/expansion/cmdsubst20.0
MFC r314637: sh: Add some already working tests that exercise new code paths
[FreeBSD/stable/10.git] / bin / sh / tests / expansion / cmdsubst20.0
1 # $FreeBSD$
2
3 set -T
4 trapped=''
5 trap "trapped=x$trapped" USR1
6 [ "x$(kill -USR1 $$)y" = xy ] && [ "$trapped" = x ]