summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/V10private.ztst3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b193ab7c..e05ccd77b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-10  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 37084: Test/V10private.ztst: add check for zsh/param/private
+	implementation to test.
+
 2015-11-09  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 37085: Doc/Zsh/options.yo: DEBUG_BEFORE_CMD is set by default.
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