diff options
Diffstat (limited to 'Test')
-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" |