diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-18 16:20:48 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-18 16:20:48 +0000 |
| commit | de880a6bbb4ea064dbe5fb0405081c170a12ff5c (patch) | |
| tree | 1b9a624f1be5eb856ff22ae8b9244493578502d9 /Test/V01zmodload.ztst | |
| parent | fix zmodload -uf for not-yet-loaded function (diff) | |
| download | zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.gz zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.bz2 zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.lz zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.xz zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.tar.zst zsh-de880a6bbb4ea064dbe5fb0405081c170a12ff5c.zip | |
Tweak zmodload tests, fix fd 8.
Diffstat (limited to 'Test/V01zmodload.ztst')
| -rw-r--r-- | Test/V01zmodload.ztst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/V01zmodload.ztst b/Test/V01zmodload.ztst index 2575b271c..0828102a6 100644 --- a/Test/V01zmodload.ztst +++ b/Test/V01zmodload.ztst @@ -27,9 +27,9 @@ 1:Test reloading an already-loaded module ?ZTST_execchunk:zmodload:2: module zsh/main already loaded. -# Loop over the modules fond above and attempt to load each one. Use +# Loop over the modules found above and attempt to load each one. Use # the -i flag in case dependencies cause multiple modules to be loaded, -# or in case some previous test loaded a module. +# or in case some previous test suite loaded a module. for m in $mods do @@ -74,7 +74,7 @@ zmodload -ab zsh/example example builtin example zmodload -e zsh/example - else : + else print -u8 Warning: zsh/example not linked: not checking autoloading fi 0d:Autoload a module via a builtin |
