50089: unset LC_* for multibyte tests in X03zlebindkey

master
Jun-ichi Takimoto 2 years ago
parent c5a891a29d
commit 6dbaff7a80

@ -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

@ -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'))

Loading…
Cancel
Save