From a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 3 Mar 2000 18:42:49 +0000 Subject: zsh-workers/9982 --- Test/comptest | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Test/comptest') 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 <$tmp +module_path=( $module_path ) +fpath=( $fpath ) stty columns 80 rows 24 LISTMAX=10000000 ZLS_COLORS='no=:fi=:di=:ln=:pi=:so=:bd=:cd=:ex=:mi=:tc=:sp=:lc=:ec=\n:rc=' -- cgit 1.4.1