about summary refs log tree commit diff
path: root/Test/V01zmodload.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-07-31 14:35:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-07-31 14:35:52 +0000
commiteedfdb916a2ee53e0f561f0c16f9961f775a037c (patch)
treeb9a59d4dce6729cacc5c6e6c09223598d08075ba /Test/V01zmodload.ztst
parent6c60a8ec79600990007f7a73ddbebfb5d9c95ada (diff)
downloadzsh-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.ztst5
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"