diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-12 19:20:00 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-12 19:20:00 +0000 |
commit | 51b6ff2723265978da8c96a17b0f8afec7b65aac (patch) | |
tree | 6621cb5c0d39d39f488602eacfe303fe565a5eba | |
parent | 4de54f5d00f3da9c0831ab3891b1e4909b930426 (diff) | |
download | zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.gz zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.tar.xz zsh-51b6ff2723265978da8c96a17b0f8afec7b65aac.zip |
unposted, c.f. 25848: attempt to sanitize comptest environment
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Test/comptest | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 54f72723c..7a91c4764 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-12 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted, c.f. 25848: Test/comptest: attempt to sanitize + the environment. + +======= 2008-10-12 Clint Adams <clint@zsh.org> * 25859: Src/Zle/zle_tricky.c: avoid possible NULL dereferencing if 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 )" \ |