diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-28 22:09:00 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-28 22:09:00 +0000 |
| commit | ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b (patch) | |
| tree | 0a37d2f8f80757e808f9c22d0ec195b2cadeb042 /Test/ztst.zsh | |
| parent | unposted: update Perforce completion to 2006.2 (diff) | |
| download | zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.gz zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.bz2 zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.lz zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.xz zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.tar.zst zsh-ab8b8026dcc17f7c3d8dcfba7dba046b1ac7c42b.zip | |
23022: don't allow WORDCHARS to be exported to tests
Diffstat (limited to 'Test/ztst.zsh')
| -rwxr-xr-x | Test/ztst.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index 77ff30e8d..bd76a0dc0 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -30,6 +30,9 @@ emulate -R zsh [[ -n $LC_MESSAGES ]] && LC_MESSAGES=C [[ -n $LANG ]] && LANG=C +# Don't propagate variables that are set by default in the shell. +typeset +x WORDCHARS + # Set the module load path to correspond to this build of zsh. # This Modules directory should have been created by "make check". [[ -d Modules/zsh ]] && module_path=( $PWD/Modules ) |
