tests: fix false failure with FreeBSD 11 multibyte quoting
commit1d46419fdea9ee80c5856e2839643c78e58b9867
authorPádraig Brady <P@draigBrady.com>
Tue, 22 Nov 2016 01:45:56 +0000 (22 01:45 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 22 Nov 2016 20:04:25 +0000 (22 20:04 +0000)
treedcaf19089773c311be111354d8d68630ae17b88b
parent055b08ff7853c7c9ab791643047b1b163a227013
tests: fix false failure with FreeBSD 11 multibyte quoting

* tests/misc/printf-quote.sh: FreeBSD 11 was seen to treat
\u0378 as a printable character.  Therefore change to
using the \u0081 C1 control character.  We use the UTF-8
representation because our printf implementation explicitly
disallows \u0081 as input.
Reported by Assaf Gordon
tests/misc/printf-quote.sh