diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-31 14:35:52 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-31 14:35:52 +0000 |
commit | eedfdb916a2ee53e0f561f0c16f9961f775a037c (patch) | |
tree | b9a59d4dce6729cacc5c6e6c09223598d08075ba /Test/V01zmodload.ztst | |
parent | 6c60a8ec79600990007f7a73ddbebfb5d9c95ada (diff) | |
download | zsh-eedfdb916a2ee53e0f561f0c16f9961f775a037c.tar.gz zsh-eedfdb916a2ee53e0f561f0c16f9961f775a037c.tar.xz zsh-eedfdb916a2ee53e0f561f0c16f9961f775a037c.zip |
23733: zmodload -LaF didn't include unloaded modules
Diffstat (limited to 'Test/V01zmodload.ztst')
-rw-r--r-- | Test/V01zmodload.ztst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst index cbfde12d6..a51535791 100644 --- a/Test/V01zmodload.ztst +++ b/Test/V01zmodload.ztst @@ -260,6 +260,11 @@ zmodload zsh/parameter 0d:Unload the modules loaded by this test suite + zmodload -aF zsh/zftp b:zftp + zmodload -LaF | grep zftp +0:Listing feature autoloads includes unloaded modules +>zmodload -Fa zsh/zftp b:zftp + %clean eval "$deps" |