about summary refs log tree commit diff
path: root/Test/ztst.zsh
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-03 11:25:11 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-03 11:25:11 +0000
commit6150ef8696a3081772122743eb650d8449d4f7a3 (patch)
tree5218fd9557cf249c2647ffa6d7f5da27bf840cdc /Test/ztst.zsh
parentcceb2667651f3f4500be1b44aff2bf95e0beed7b (diff)
downloadzsh-6150ef8696a3081772122743eb650d8449d4f7a3.tar.gz
zsh-6150ef8696a3081772122743eb650d8449d4f7a3.tar.xz
zsh-6150ef8696a3081772122743eb650d8449d4f7a3.zip
(13892) fixes for fpaths and completion matching
Diffstat (limited to 'Test/ztst.zsh')
-rwxr-xr-xTest/ztst.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/ztst.zsh b/Test/ztst.zsh
index 3e8bdef18..b7221b391 100755
--- a/Test/ztst.zsh
+++ b/Test/ztst.zsh
@@ -64,6 +64,7 @@ fi
 
 # Set the function autoload paths to correspond to this build of zsh.
 fpath=( $ZTST_srcdir/../Functions/*~*/CVS(/)
+        $ZTST_srcdir/../Completion
         $ZTST_srcdir/../Completion/*/*~*/CVS(/) )
 
 : ${TMPPREFIX:=/tmp/zsh}