diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/V07pcre.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/V07pcre.ztst b/Test/V07pcre.ztst index 15a0982c8..c9c844d2a 100644 --- a/Test/V07pcre.ztst +++ b/Test/V07pcre.ztst @@ -1,6 +1,6 @@ %prep - if ! zmodload zsh/pcre 2>/dev/null; then + if ! zmodload zsh/pcre 2>/dev/null then ZTST_unimplemented="the zsh/pcre module was disabled by configure (see config.modules)" return 0 |