mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-16 10:01:16 +01:00
zsh-workers/10232
This commit is contained in:
parent
b0226d3cc8
commit
230555aad8
3 changed files with 3 additions and 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 =.
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue