]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/expansion/cmdsubst22.0
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / bin / sh / tests / expansion / cmdsubst22.0
1 # $FreeBSD$
2
3 set -T
4 trapped=''
5 trap "trapped=x$trapped" TERM
6 [ "x$(:; kill $$)y" = xy ] && [ "$trapped" = x ]