summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/set-x3.0
blob: 1ca57aca6baa897f8ec2b11b556cf4592ac8d6ad (plain)
1
2
3
4
5
6
7
8
9
# $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