diff options
author | Phil Pennock <pdpennock@users.sourceforge.net> | 2011-10-26 23:28:26 +0000 |
---|---|---|
committer | Phil Pennock <pdpennock@users.sourceforge.net> | 2011-10-26 23:28:26 +0000 |
commit | fe15a9e2bbf5b87962c0e4b2246e39f293ccf593 (patch) | |
tree | 91a8a5b17c25719a636041505effdbfa70d02e18 /Test | |
parent | faa02346a8b23ff0c6694b616c92e93b8e76cd8b (diff) | |
download | zsh-fe15a9e2bbf5b87962c0e4b2246e39f293ccf593.tar.gz zsh-fe15a9e2bbf5b87962c0e4b2246e39f293ccf593.tar.xz zsh-fe15a9e2bbf5b87962c0e4b2246e39f293ccf593.zip |
29867: pcre/ZTST_unimplemented change from Bart
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 |