summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-11-10 09:32:04 +0000
committerPeter Stephenson <pws@zsh.org>2015-11-10 09:32:04 +0000
commit5ed0cb8bc5eab686937ba8c857b482b031d05e45 (patch)
treea7f97ec8b47c183df9cc45640daa5dc984bd0052 /Test
parent121f36e7000283cdf752b83aee6d8fce1f157c1a (diff)
downloadzsh-5ed0cb8bc5eab686937ba8c857b482b031d05e45.tar.gz
zsh-5ed0cb8bc5eab686937ba8c857b482b031d05e45.tar.xz
zsh-5ed0cb8bc5eab686937ba8c857b482b031d05e45.zip
37084: add implementation check to zsh/parm/private test
Diffstat (limited to 'Test')
-rw-r--r--Test/V10private.ztst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/V10private.ztst b/Test/V10private.ztst
index 444b5b4ea..6c38e3974 100644
--- a/Test/V10private.ztst
+++ b/Test/V10private.ztst
@@ -2,6 +2,9 @@
 
 %prep
 
+ if ! (zmodload zsh/param/private >/dev/null 2>/dev/null); then
+   ZTST_unimplemented="can't load the zsh/param/private module for testing"
+ fi
  zmodload zsh/param/private
 
 %test