diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 12:47:37 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-24 12:47:37 +0000 |
| commit | 230555aad87c44c711789ec1507c6920d9b483ac (patch) | |
| tree | efc1437a827d97a1ed6bc428c335555b5d0538b0 | |
| parent | zsh-workers/10231 (diff) | |
| download | zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar.gz zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar.bz2 zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar.lz zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar.xz zsh-230555aad87c44c711789ec1507c6920d9b483ac.tar.zst zsh-230555aad87c44c711789ec1507c6920d9b483ac.zip | |
zsh-workers/10232
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Test/comptest | 2 | ||||
| -rwxr-xr-x | Test/ztst.zsh | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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. |
