]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/printf2.sub
Bash-4.3 distribution sources and documentation
[thirdparty/bash.git] / tests / printf2.sub
CommitLineData
ac50fbac 1unset LC_ALL LC_CTYPE
495aee44
CR
2export LANG=en_US.UTF-8
3
4case $(printf %d\\n \'À) in
5192) exit 0;;
6*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
7esac