about summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-06-22 17:33:38 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-06-22 17:33:38 +0000
commit122e46b406f57712158651d8f559f52bbd3227e1 (patch)
tree36f86a2925db60ea1809b4552491582ea20b92e6 /Test/comptest
parent6218b6dc192b1bbfdff8116a7d3856b90b863f90 (diff)
downloadzsh-122e46b406f57712158651d8f559f52bbd3227e1.tar.gz
zsh-122e46b406f57712158651d8f559f52bbd3227e1.tar.xz
zsh-122e46b406f57712158651d8f559f52bbd3227e1.zip
Fix comptest interaction with compinit.
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest
index c7465dbee..d486bef5f 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -24,13 +24,14 @@ comptestinit () {
   }
 
   comptesteval \
+"export ZDOTDIR=$ZTST_testdir/Modules" \
 "module_path=( $module_path )" \
 "fpath=( $fpath )" \
 'LISTMAX=10000000
 stty columns 80 rows 24
 bindkey -e
 autoload -U compinit
-compinit $dump
+compinit -u
 zstyle ":completion:*:default" list-colors "no=<NO>" "fi=<FI>" "di=<DI>" "ln=<LN>" "pi=<PI>" "so=<SO>" "bd=<BD>" "cd=<CD>" "ex=<EX>" "mi=<MI>" "tc=<TC>" "sp=<SP>" "lc=<LC>" "ec=<EC>\n" "rc=<RC>"
 zstyle ":completion:*" group-name ""
 zstyle ":completion:*:messages" format "<MESSAGE>%d</MESSAGE>