diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-25 16:27:04 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-12-25 16:27:04 -0800 |
commit | d83faa9d9955b6b449a91e16700155b144c56a50 (patch) | |
tree | cf24439505975239830d6d60c163ba3d558bf8dd /Test/comptest | |
parent | 1136b9b296f4adff75ebd11ad1a087fd83d92acf (diff) | |
download | zsh-d83faa9d9955b6b449a91e16700155b144c56a50.tar.gz zsh-d83faa9d9955b6b449a91e16700155b144c56a50.tar.xz zsh-d83faa9d9955b6b449a91e16700155b144c56a50.zip |
32183: regression tests for 32182 and 31611
Diffstat (limited to 'Test/comptest')
-rw-r--r-- | Test/comptest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest index 10814d635..4fd9b272d 100644 --- a/Test/comptest +++ b/Test/comptest @@ -30,6 +30,7 @@ comptestinit () { "export LC_ALL=C" \ "emulate -R zsh" \ "export ZDOTDIR=$ZTST_testdir" \ +"path=( $ZTST_srcdir:A )" \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ "bindkey -$comptest_keymap" \ |