diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-30 13:35:29 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-30 13:35:29 +0000 |
commit | b6d223625238f89971d94711d6c5fc240ba2cd72 (patch) | |
tree | 1619f5ed482f524ef7da75924996828f4ade5c41 /test/runtest | |
parent | f913be3678436977bbbfed4d4cf927dcd945a5e8 (diff) |
Update tests for 4.68 (after testing on tahini).
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 77fe17a13..dab23acec 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.29 2007/08/29 15:06:47 ph10 Exp $ +# $Cambridge: exim/test/runtest,v 1.30 2007/08/30 13:35:29 ph10 Exp $ ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # @@ -339,6 +339,9 @@ while(<IN>) s/^\d+:error:/pppp:error:/; s/:(?:\/[^\s:]+\/)?([^\/\s]+\.c):\d+:/:$1:dddd:/; + # There are differences in error messages between OpenSSL versions + s/SSL_CTX_set_cipher_list/SSL_connect/; + # One error test in expansions mentions base 62 or 36 s/is not a base (36|62) number/is not a base 36\/62 number/; |