summary refs log tree commit diff
path: root/bin/1sh/tests/execution/set-x4.0
blob: fcc638ecc13abb244379f8465c84837f201709d9 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.1/bin/sh/tests/execution/set-x4.0 275766 2014-12-14 16:26:19Z jilles $

key=`printf '\r\t\001\200\300'`
r=`{ set -x; : "$key"; } 2>&1 >/dev/null`
case $r in
*[![:print:]]*) echo fail; exit 3
esac