about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-01-22 10:12:57 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2015-01-22 10:12:57 -0800
commit99f42d8ce022645dfc38b8e06d25ab281e995cf9 (patch)
treefc62382a2eb91eec9a320a4297d03b8faace76ba
parentcc52a51eae3a6e8b6853bb319924df7736a59489 (diff)
downloadzsh-99f42d8ce022645dfc38b8e06d25ab281e995cf9.tar.gz
zsh-99f42d8ce022645dfc38b8e06d25ab281e995cf9.tar.xz
zsh-99f42d8ce022645dfc38b8e06d25ab281e995cf9.zip
34344: fix 34338, pcre builtins need loading too
-rw-r--r--ChangeLog2
-rw-r--r--Test/V07pcre.ztst2
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