summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/execution/set-x3.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/execution/set-x3.0')
-rw-r--r--tools/regression/bin/sh/execution/set-x3.09
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/regression/bin/sh/execution/set-x3.0 b/tools/regression/bin/sh/execution/set-x3.0
deleted file mode 100644
index 1ca57ac..0000000
--- a/tools/regression/bin/sh/execution/set-x3.0
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-key='must contain this'
-PS4='$key+ '
-{ r=`set -x; { :; } 2>&1 >/dev/null`; } 2>/dev/null
-case $r in
-*"$key"*) true ;;
-*) false ;;
-esac
OpenPOWER on IntegriCloud