summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-26 19:52:12 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2022-04-26 19:52:12 +0900
commit6dbaff7a807f8deb158ddfd2e015c5ce76e22e2a (patch)
treef80707e6cb2d084b3f7a9a7a2987d8c1b7ec4ab7
parentc5a891a29d1d4f946181f6699bcf7f6fe35b43e6 (diff)
downloadzsh-6dbaff7a807f8deb158ddfd2e015c5ce76e22e2a.tar.gz
zsh-6dbaff7a807f8deb158ddfd2e015c5ce76e22e2a.zip
50089: unset LC_* for multibyte tests in X03zlebindkey
-rw-r--r--ChangeLog4
-rw-r--r--Test/X03zlebindkey.ztst1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 434db5ab9..65bd23694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Test/X03zlebindkey.ztst b/Test/X03zlebindkey.ztst
index 3e299a337..43692a85b 100644
--- a/Test/X03zlebindkey.ztst
+++ b/Test/X03zlebindkey.ztst
@@ -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'))