From: Jeremy Harris Date: Sat, 3 May 2014 17:08:19 +0000 (+0100) Subject: Restore testsuite operation on earlier GnuTLS libraries X-Git-Tag: exim-4_83_RC1~38 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/2335af87fd252977cdc216e7dfad7b9fbc54b7e9 Restore testsuite operation on earlier GnuTLS libraries Typo --- diff --git a/test/runtest b/test/runtest index 458c9a659..c8bce6f60 100755 --- a/test/runtest +++ b/test/runtest @@ -544,7 +544,7 @@ RESET_AFTER_EXTRA_LINE_READ: 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/; + s/RSA-SHA1/RSA-SHA/; # ======== Caller's login, uid, gid, home, gecos ========