summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-05-02 13:36:12 -0500
committerdana <dana@dana.is>2026-05-02 13:46:46 -0500
commit62658d57017bf16b69d6375e22ca3a7b2ec9889d (patch)
tree52c14d539b00c4f2f7d16dc785f2a7a0a1331252 /Test
parentunposted: _mpc: fix typo for -h flag (diff)
downloadzsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar.gz
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar.bz2
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar.lz
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar.xz
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.tar.zst
zsh-62658d57017bf16b69d6375e22ca3a7b2ec9889d.zip
unposted: tests: zgetopt: make sure zsh/zutil loads
for completeness's sake
Diffstat (limited to 'Test')
-rw-r--r--Test/Z04zgetopt.ztst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Test/Z04zgetopt.ztst b/Test/Z04zgetopt.ztst
index f1a14d329..4de79b417 100644
--- a/Test/Z04zgetopt.ztst
+++ b/Test/Z04zgetopt.ztst
@@ -1,6 +1,10 @@
%prep
- autoload -Uz zgetopt
+ if ! zmodload -s zsh/zutil; then
+ ZTST_unimplemented='the zsh/zutil module is not available'
+ else
+ autoload -Uz zgetopt
+ fi
%test