diff options
Diffstat (limited to 'bin/cash/tests/expansion/cmdsubst20.0')
-rw-r--r-- | bin/cash/tests/expansion/cmdsubst20.0 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/cash/tests/expansion/cmdsubst20.0 b/bin/cash/tests/expansion/cmdsubst20.0 deleted file mode 100644 index 08aff108..00000000 --- a/bin/cash/tests/expansion/cmdsubst20.0 +++ /dev/null @@ -1,6 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/expansion/cmdsubst20.0 314637 2017-03-03 22:46:20Z jilles $ - -set -T -trapped='' -trap "trapped=x$trapped" USR1 -[ "x$(kill -USR1 $$)y" = xy ] && [ "$trapped" = x ] |