1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 04:46:08 +02:00

29410: skip autoload persistence test when zsh/example is not available.

This commit is contained in:
Bart Schaefer 2011-05-31 16:01:38 +00:00
parent 70e0128c0f
commit b4ce09f88d
2 changed files with 8 additions and 1 deletions

View File

@ -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 $
*****************************************************

View File

@ -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