]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/printf2.sub
Bash-4.2 direxpand with patch 21
[thirdparty/bash.git] / tests / printf2.sub
CommitLineData
495aee44
CR
1export LANG=en_US.UTF-8
2
3case $(printf %d\\n \'À) in
4192) exit 0;;
5*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
6esac