xref: /dflybsd-src/tools/regression/bin/sh/execution/set-x4.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/execution/set-x4.0 275766 2014-12-14 16:26:19Z jilles $
2*3e3895bfSKrzysztof Piecuch
3*3e3895bfSKrzysztof Piecuchkey=`printf '\r\t\001\200\300'`
4*3e3895bfSKrzysztof Piecuchr=`{ set -x; : "$key"; } 2>&1 >/dev/null`
5*3e3895bfSKrzysztof Piecuchcase $r in
6*3e3895bfSKrzysztof Piecuch*[![:print:]]*) echo fail; exit 3
7*3e3895bfSKrzysztof Piecuchesac
8