diff options
Diffstat (limited to 'bin/cash/tests/execution/set-x2.0')
-rw-r--r-- | bin/cash/tests/execution/set-x2.0 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/cash/tests/execution/set-x2.0 b/bin/cash/tests/execution/set-x2.0 deleted file mode 100644 index 6e2b939f..00000000 --- a/bin/cash/tests/execution/set-x2.0 +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/execution/set-x2.0 222882 2011-06-08 21:58:19Z jilles $ - -key='must contain this' -PS4="$key+ " -{ r=`set -x; { :; } 2>&1 >/dev/null`; } 2>/dev/null -case $r in -*"$key"*) true ;; -*) false ;; -esac |