From 230555aad87c44c711789ec1507c6920d9b483ac Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 24 Mar 2000 12:47:37 +0000 Subject: zsh-workers/10232 --- ChangeLog | 2 +- Test/comptest | 2 +- Test/ztst.zsh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5175da9b..fc8ec83a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4027,7 +4027,7 @@ * pws: 7257: Completion/Core/_parameters: simplify. - * Tanak Akira: 7256: Completion/User/_bzip2, + * Tanaka Akira: 7256: Completion/User/_bzip2, Completion/User/_bunzip2: new. * Tanaka Akira: 7255: Completion/User/_make: complete after =. diff --git a/Test/comptest b/Test/comptest index 18faea4d8..012ad788c 100644 --- a/Test/comptest +++ b/Test/comptest @@ -5,7 +5,7 @@ zmodload -i zsh/zpty setopt extendedglob -fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) ) +fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) ) debug= dump=(-D) diff --git a/Test/ztst.zsh b/Test/ztst.zsh index b3f6de16b..fe996832c 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -52,7 +52,7 @@ ZTST_srcdir=${0%/*} [[ $ZTST_srcdir = /* ]] || ZTST_srcdir="$ZTST_testdir/$ZTST_srcdir" # Set the function autoload paths to correspond to this build of zsh. -fpath=( ${ZTST_srcdir:h}/(Completion|Functions)/*~*/CVS(/) ) +fpath=( $ZTST_srcdir/../(Completion|Functions)/*~*/CVS(/) ) : ${TMPPREFIX:=/tmp/zsh} # Temporary files for redirection inside tests. -- cgit 1.4.1