From 5b79995249a5fc498f35e9dd428c8689db3dd083 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 11 Dec 2019 10:55:40 +0000 Subject: [PATCH] Testsuite: platform differences --- test/runtest | 3 +++ 1 file changed, 3 insertions(+) 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/; -- 2.30.2