summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-10-12 19:20:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-10-12 19:20:00 +0000
commit51b6ff2723265978da8c96a17b0f8afec7b65aac (patch)
tree6621cb5c0d39d39f488602eacfe303fe565a5eba /Test
parent25859: avoid possible NULL dereferencing if RC_QUOTES is set. (diff)
downloadzsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.gz
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.bz2
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.lz
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.xz
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.zst
zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.zip
unposted, c.f. 25848: attempt to sanitize comptest environment
Diffstat (limited to 'Test')
-rw-r--r--Test/comptest2
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 )" \