]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/printf2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / printf2.sub
1 unset LC_ALL LC_CTYPE
2 export LANG=en_US.UTF-8
3
4 case $(printf %d\\n \'À) in
5 192) exit 0;;
6 *) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
7 esac