Gitweb:
http://git.exim.org/exim.git/commitdiff/2335af87fd252977cdc216e7dfad7b9fbc54b7e9
Commit: 2335af87fd252977cdc216e7dfad7b9fbc54b7e9
Parent: 348051adc5ea922f4e82d971d44f03e87557b6ec
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat May 3 18:08:19 2014 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat May 3 18:08:19 2014 +0100
Restore testsuite operation on earlier GnuTLS libraries
Typo
---
test/runtest | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/runtest b/test/runtest
index 458c9a6..c8bce6f 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 ========