about summary refs log tree commit diff
path: root/Test
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 /Test
parent5e3f6b60e8480ae24af4e30cc5dd0408daab8422 (diff)
downloadzsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.tar.gz
zsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.tar.xz
zsh-5e55e3eaf89e696852ea385f7b42bacfcfb34fb0.zip
unposted: Fix syntax error introduced in 45591.
Diffstat (limited to 'Test')
-rw-r--r--Test/V07pcre.ztst2
1 files changed, 1 insertions, 1 deletions
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