Gitweb:
https://git.exim.org/exim.git/commitdiff/5b79995249a5fc498f35e9dd428c8689db3dd083
Commit: 5b79995249a5fc498f35e9dd428c8689db3dd083
Parent: 047d31cbc35d5323345a135ad87ef38f8a5c4789
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Dec 11 10:55:40 2019 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Wed Dec 11 10:58:38 2019 +0000
Testsuite: platform differences
---
test/runtest | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/runtest b/test/runtest
index f53b9d7..d678abd 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1200,6 +1200,9 @@ RESET_AFTER_EXTRA_LINE_READ:
# Platform-dependent error strings
s/Operation timed out/Connection timed out/;
+ # Platform differences on disconnect
+ s/unexpected disconnection while reading SMTP command from \[127.0.0.1\] \K\(error: Connection reset by peer\) //;
+
# Platform-dependent resolver option bits
s/^ (?:writing|update) neg-cache entry for [^,]+-\K[0-9a-f]+, ttl/xxxx, ttl/;