diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-21 17:39:37 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-21 17:39:37 +0100 |
commit | 00ac951dc593268b8f27a9c24c31e737644edd5a (patch) | |
tree | c8d00b5ba38d412187e88a60bf40df8b775bc94d /test | |
parent | 4ed67f68df666fe38076e3bfd2183db71e742c7a (diff) |
Testsuite: perl syntax (l-brace in RE)
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
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$/) { |