diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/comptest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest index 4ea738d8a..8a3900f5e 100644 --- a/Test/comptest +++ b/Test/comptest @@ -25,6 +25,8 @@ comptestinit () { } comptesteval \ +"export LC_ALL=C" \ +"emulate -R zsh" \ "export ZDOTDIR=$ZTST_testdir" \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ |