From b1688305cc83e63104d4c581f649bbdcffa0e3b8 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sat, 21 Nov 2015 23:56:25 -0800 Subject: 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip --- Test/V02zregexparse.ztst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Test/V02zregexparse.ztst') diff --git a/Test/V02zregexparse.ztst b/Test/V02zregexparse.ztst index ddca3c903..b4cec424e 100644 --- a/Test/V02zregexparse.ztst +++ b/Test/V02zregexparse.ztst @@ -2,7 +2,9 @@ %prep - zmodload zsh/zutil + if ! zmodload zsh/zutil 2>/dev/null; then + ZTST_unimplemented="can't load the zsh/zutil module for testing" + fi %test -- cgit 1.4.1