about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-28 00:56:21 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-28 00:56:22 +0000
commit5e55e3eaf89e696852ea385f7b42bacfcfb34fb0 (patch)
treedf424575be66b97edf642cfece81a7c50456f582
parent5e3f6b60e8480ae24af4e30cc5dd0408daab8422 (diff)
downloadzsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.tar.gz
zsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.tar.xz
zsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.zip
unposted: Fix syntax error introduced in 45591.
-rw-r--r--ChangeLog3
-rw-r--r--Test/V07pcre.ztst2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a3d6c252..dc041d2e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-03-28  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Test/V07pcre.ztst: Fix syntax error introduced
+	in 45591.
+
 	* 45640: Test/B13whence.ztst: Fix new test when ${PWD}'s value
 	contains symlinks.
 
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