summary refs log tree commit diff
path: root/Test/V02zregexparse.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/V02zregexparse.ztst')
-rw-r--r--Test/V02zregexparse.ztst4
1 files changed, 3 insertions, 1 deletions
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