summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-10 17:51:41 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-10 17:51:41 +0000
commita5233fd01e9ab4953b7ff8b4cc031485b414b8e3 (patch)
tree504e0695345eed7a11c8c686e4436f6f7db742e8 /Test/comptest
parent67877f60552019226e93f56b108f7b61a60ea11b (diff)
downloadzsh-a5233fd01e9ab4953b7ff8b4cc031485b414b8e3.tar.gz
zsh-a5233fd01e9ab4953b7ff8b4cc031485b414b8e3.tar.xz
zsh-a5233fd01e9ab4953b7ff8b4cc031485b414b8e3.zip
37378: New bindkey tests.
Also fix Meta bug on pattern match in zpty -r.
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest
index f10739abe..166d0b404 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -27,7 +27,7 @@ comptestinit () {
   }
 
   comptesteval \
-"export LC_ALL=C" \
+"export LC_ALL=${ZSH_TEST_LANG:-C}" \
 "emulate -R zsh" \
 "export ZDOTDIR=$ZTST_testdir" \
 "module_path=( $module_path )" \