summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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