mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: move path assignment from comptest to Y01completion.ztst
This commit is contained in:
parent
d83faa9d99
commit
083328e697
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-12-26 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted (cf. Jun Takimoto: 32184): Test/comptest,
|
||||
Test/Y01completion.ztst: back 32183 out of comptest and instead
|
||||
reset path in the individual tests in Y01completion.ztst
|
||||
|
||||
2013-12-25 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 32183: Test/comptest, Test/Y01completion.ztst: regression tests
|
||||
|
|
|
@ -54,10 +54,12 @@
|
|||
>FI:{file2}
|
||||
|
||||
# Depends on path assignment in comptestinit
|
||||
comptesteval "path=( $ZTST_srcdir:A )"
|
||||
comptest $'zt\t'
|
||||
0:command
|
||||
>line: {ztst.zsh }{}
|
||||
|
||||
comptesteval "path=( $ZTST_srcdir:A )"
|
||||
comptest $':;zt\t'
|
||||
0:command after separator
|
||||
>line: {:;ztst.zsh }{}
|
||||
|
|
|
@ -30,7 +30,6 @@ comptestinit () {
|
|||
"export LC_ALL=C" \
|
||||
"emulate -R zsh" \
|
||||
"export ZDOTDIR=$ZTST_testdir" \
|
||||
"path=( $ZTST_srcdir:A )" \
|
||||
"module_path=( $module_path )" \
|
||||
"fpath=( $fpath )" \
|
||||
"bindkey -$comptest_keymap" \
|
||||
|
|
Loading…
Reference in a new issue