diff options
author | Peter Stephenson <pws@zsh.org> | 2015-12-10 17:51:41 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-12-10 17:51:41 +0000 |
commit | a5233fd01e9ab4953b7ff8b4cc031485b414b8e3 (patch) | |
tree | 504e0695345eed7a11c8c686e4436f6f7db742e8 /Test/comptest | |
parent | 67877f60552019226e93f56b108f7b61a60ea11b (diff) | |
download | zsh-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/comptest | 2 |
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 )" \ |