diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-11 10:55:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-11 10:58:38 +0000 |
commit | 5b79995249a5fc498f35e9dd428c8689db3dd083 (patch) | |
tree | e7c36076f5ce3c67dc3175ee94e54c4fecd87157 /test | |
parent | 047d31cbc35d5323345a135ad87ef38f8a5c4789 (diff) |
Testsuite: platform differences
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 f53b9d72b..d678abda6 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/; |