34344: fix 34338, pcre builtins need loading too

This commit is contained in:
Barton E. Schaefer 2015-01-22 10:12:57 -08:00
parent cc52a51eae
commit 99f42d8ce0
2 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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