diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-03 13:55:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-26 11:08:20 +0100 |
commit | aa3c7e485be428d9d436f917793c8598bfebd3a1 (patch) | |
tree | 444ebe246efb33c81067df9e08387cedee23dd33 /test | |
parent | bff2d6435aecaf2701ba12c4dd99c7f395953f19 (diff) |
tidying
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 9effe3479..7ad54e29a 100755 --- a/test/runtest +++ b/test/runtest @@ -1263,6 +1263,9 @@ RESET_AFTER_EXTRA_LINE_READ: # TLS resumption is not always supported by the build next if /in tls_resumption_hosts\?/; + # Platform differences in errno strings + s/ SMTP\(Operation timed out\)<</ SMTP(Connection timed out)<</; + # When Exim is checking the size of directories for maildir, it uses # the check_dir_size() function to scan directories. Of course, the order # of the files that are obtained using readdir() varies from system to |