mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-04 06:14:50 +01:00
29410: skip autoload persistence test when zsh/example is not available.
This commit is contained in:
parent
70e0128c0f
commit
b4ce09f88d
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-05-31 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 29410: Test/V01zmodload.ztst: skip autoload persistence test
|
||||
when zsh/example module is not available.
|
||||
|
||||
2011-05-31 Mikael Magnusson <mikachu@gmail.com>
|
||||
|
||||
* Omari Norman: users/16057: Completion/Unix/Command/.distfiles,
|
||||
|
@ -14888,5 +14893,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5347 $
|
||||
* $Revision: 1.5348 $
|
||||
*****************************************************
|
||||
|
|
|
@ -125,8 +125,10 @@
|
|||
fi
|
||||
0d:Autoload a module via a builtin
|
||||
|
||||
if [[ $mods[(r)zsh/example] == zsh/example ]]; then
|
||||
zmodload -u zsh/example
|
||||
builtin example
|
||||
fi
|
||||
0d:Autoloads are persistent
|
||||
|
||||
(zmodload -u zsh/parameter
|
||||
|
|
Loading…
Reference in a new issue