1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 19:00:57 +02:00

50089: unset LC_* for multibyte tests in X03zlebindkey

This commit is contained in:
Jun-ichi Takimoto 2022-04-26 19:52:12 +09:00
parent c5a891a29d
commit 6dbaff7a80
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2022-04-26 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 50089: Test/X03zlebindkey.ztst: unset LC_* for multibyte tests
2022-04-12 Peter Stephenson <p.stephenson@samsung.com>
* 50049: Src/exec.c, Src/prompt.c: care with signed character

View file

@ -3,6 +3,7 @@
# into bindings. The latter is particularly tricky with multibyte sequences.
%prep
unset -m LC_\*
ZSH_TEST_LANG=
langs=(en_{US,GB}.{UTF-,utf}8 en.UTF-8
$(locale -a 2>/dev/null | egrep 'utf8|UTF-8'))