diff options
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-x | Test/ztst.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh index a4166f955..3e8bdef18 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -63,7 +63,8 @@ fi [[ $ZTST_srcdir = /* ]] || ZTST_srcdir="$ZTST_testdir/$ZTST_srcdir" # Set the function autoload paths to correspond to this build of zsh. -fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) ) +fpath=( $ZTST_srcdir/../Functions/*~*/CVS(/) + $ZTST_srcdir/../Completion/*/*~*/CVS(/) ) : ${TMPPREFIX:=/tmp/zsh} # Temporary files for redirection inside tests. |