1 # $FreeBSD: src/tools/regression/bin/sh/parser/dollar-quote4.0,v 1.2 2011/06/07 08:46:13 attilio Exp $
4 LC_CTYPE=en_US.ISO8859-1
8 for i in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do
9 for j in 0 1 2 3 4 5 6 7 8 9 a b c d e f; do
17 # Start a new shell so the locale change is picked up.
18 ee="$(${SH} -c "printf %s \$'$e'")"
19 [ "${#ee}" = 255 ] || echo length bad