summaryrefslogtreecommitdiffstats
path: root/Test/comptest
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2013-12-26 16:04:30 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2013-12-26 16:04:30 -0800
commit083328e697ba4251520c8fa42fe386174c5a41e5 (patch)
treedf30a55182acff4fa1d5eb0245c1d34581259893 /Test/comptest
parent32183: regression tests for 32182 and 31611 (diff)
downloadzsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar.gz
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar.bz2
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar.lz
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar.xz
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.tar.zst
zsh-083328e697ba4251520c8fa42fe386174c5a41e5.zip
unposted: move path assignment from comptest to Y01completion.ztst
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest1
1 files changed, 0 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest
index 4fd9b272d..10814d635 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -30,7 +30,6 @@ 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" \