From 5ed0cb8bc5eab686937ba8c857b482b031d05e45 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 Nov 2015 09:32:04 +0000 Subject: 37084: add implementation check to zsh/parm/private test --- Test/V10private.ztst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Test/V10private.ztst') 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 -- cgit 1.4.1