Restore testsuite operation on earlier GnuTLS libraries
[exim.git] / test / runtest
index c6a365f255623e90a1ae436f408f8e5b48262c2d..458c9a65916e72df1b51ab29f2e96145ea2bc787 100755 (executable)
@@ -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 ========