diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/V07pcre.ztst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Test/V07pcre.ztst b/Test/V07pcre.ztst index 4dd173557..f5b05deaa 100644 --- a/Test/V07pcre.ztst +++ b/Test/V07pcre.ztst @@ -1,6 +1,10 @@ %prep - zmodload zsh/pcre + if ! zmodload zsh/pcre 2>/dev/null + then + ZTST_unimplemented="the zsh/pcre module is not available" + return 0 + fi setopt rematch_pcre # Find a UTF-8 locale. setopt multibyte |