X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/2b4a568dfa3d79a9a968984cf5b23829c084a951..a37a8eec3f4c73e604c23d73c9264c8ae95a0037:/test/runtest diff --git a/test/runtest b/test/runtest index c6a365f25..c8bce6f60 100755 --- a/test/runtest +++ b/test/runtest @@ -543,6 +543,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/TLS error on connection to \d{1,3}(.\d{1,3}){3} \[\d{1,3}(.\d{1,3}){3}\] \(gnutls_handshake\): A TLS packet with unexpected length was received./a TLS session is required for ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4], but an attempt to start TLS failed/g; s/TLS error on connection from \[127.0.0.1\] \(recv\): A TLS packet with unexpected length was received./TLS error on connection from [127.0.0.1] (recv): The TLS connection was non-properly terminated./g; + # signature algorithm names + s/RSA-SHA1/RSA-SHA/; + # ======== Caller's login, uid, gid, home, gecos ========