diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Test/V07pcre.ztst | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 440ef4684..4b01b2ac3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-01-22 Barton E. Schaefer <schaefer@zsh.org> + * 34344: Test/V07pcre.ztst: fix 34338, builtins need loading too + * 34338: Test/V07pcre.ztst: check feature availability 2015-01-22 Marc Finet <m.dreadlock@gmail.com> diff --git a/Test/V07pcre.ztst b/Test/V07pcre.ztst index 3c25be2f9..ddfd3f5cd 100644 --- a/Test/V07pcre.ztst +++ b/Test/V07pcre.ztst @@ -5,6 +5,8 @@ ZTST_unimplemented="the zsh/pcre module is not available" return 0 fi +# Load the rest of the builtins + zmodload zsh/pcre setopt rematch_pcre # Find a UTF-8 locale. setopt multibyte |