From: Jeremy Harris Date: Mon, 21 Oct 2019 16:39:37 +0000 (+0100) Subject: Testsuite: perl syntax (l-brace in RE) X-Git-Tag: exim-4.93-RC1~15 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/00ac951dc593268b8f27a9c24c31e737644edd5a?ds=sidebyside Testsuite: perl syntax (l-brace in RE) --- diff --git a/test/runtest b/test/runtest index fea40845c..3ecccb0b2 100755 --- a/test/runtest +++ b/test/runtest @@ -1103,7 +1103,7 @@ RESET_AFTER_EXTRA_LINE_READ: } # Non-TLS bulds have a different Recieved: header expansion - s/^((.*)\t}}}}by \$primary_hostname \${if def:received_protocol {with \$received_protocol }})\(Exim \$version_number\)$/$1\${if def:tls_in_cipher_std { tls \$tls_in_cipher_std\n$2\t}}(Exim \$version_number)/; + s/^((.*)\t}}}}by \$primary_hostname \$\{if def:received_protocol \{with \$received_protocol }})\(Exim \$version_number\)$/$1\${if def:tls_in_cipher_std { tls \$tls_in_cipher_std\n$2\t}}(Exim \$version_number)/; s/^((\s*).*considering: with \$received_protocol }})\(Exim \$version_number\)$/$1\${if def:tls_in_cipher_std { tls \$tls_in_cipher_std\n$2\t}}(Exim \$version_number)/; if (/condition: def:tls_in_cipher_std$/) {