about summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-03 18:42:49 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-03 18:42:49 +0000
commita3864f056f0d0e1df4b5e4f5bc776af858c6a4d9 (patch)
tree636ba9b53029411dd58a7def4857b5deef11e6db /Test/comptest
parent097e2d70cdd55b8f8dba9c6724564f78e45529cc (diff)
downloadzsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.tar.gz
zsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.tar.xz
zsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.zip
zsh-workers/9982
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/comptest b/Test/comptest
index 59bd9e60c..18faea4d8 100644
--- a/Test/comptest
+++ b/Test/comptest
@@ -1,8 +1,12 @@
 #!/usr/local/bin/zsh -f
 
+[[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules )
+
 zmodload -i zsh/zpty
 setopt extendedglob
 
+fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) )
+
 debug=
 dump=(-D)
 code=
@@ -24,6 +28,8 @@ input="$*"
 tmp=/tmp/comptest.$$
 
 cat <<End >$tmp
+module_path=( $module_path )
+fpath=( $fpath )
 stty columns 80 rows 24
 LISTMAX=10000000
 ZLS_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>'