From b4ce09f88da8326b784735d6677da5909f34da6a Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 31 May 2011 16:01:38 +0000 Subject: 29410: skip autoload persistence test when zsh/example is not available. --- ChangeLog | 7 ++++++- Test/V01zmodload.ztst | 2 ++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9233f7051..aa9a266d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-31 Barton E. Schaefer + + * 29410: Test/V01zmodload.ztst: skip autoload persistence test + when zsh/example module is not available. + 2011-05-31 Mikael Magnusson * 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 $ ***************************************************** diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst index d74b0ef18..ea908e952 100644 --- a/Test/V01zmodload.ztst +++ b/Test/V01zmodload.ztst @@ -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 -- cgit 1.4.1