From cc49c6977b5736353b07e174b0fbb01086097f80 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Fri, 29 Nov 2019 17:38:47 +0800 Subject: Testsuite: strip trailing space at -bt output Depending on the length of the ip address, Exim adds spaces to -bt output, to make all lines the same length (why? Maybe to add port= or mx= later in a nicely aligned manner) compare: host 127.0.0.1 [127.0.0.1] host 10.0.0.1 [10.0.0.1]- vs: host 127.0.0.1 [127.0.0.1]-- host 169.16.16.16 [169.16.16.10] --- test/stdout/1009 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stdout/1009') diff --git a/test/stdout/1009 b/test/stdout/1009 index 673bf0a2f..7e86fa182 100644 --- a/test/stdout/1009 +++ b/test/stdout/1009 @@ -1,7 +1,7 @@ x@46.test.ex router = r1, transport = t1 host 46.test.ex [V6NET:ffff:836f:a00:a:800:200a:c031] - host 46.test.ex [V4NET.0.0.4] + host 46.test.ex [V4NET.0.0.4] x@mx46.test.ex router = r1, transport = t1 host 46.test.ex [V6NET:ffff:836f:a00:a:800:200a:c031] MX=46 @@ -46,7 +46,7 @@ x@mx46.test.ex host 46.test.ex [V4NET.0.0.4] MX=46 x@mx46.test.ex router = r0, transport = t1 - host 46.test.ex [V4NET.0.0.4] + host 46.test.ex [V4NET.0.0.4] host 46.test.ex [V6NET:ffff:836f:a00:a:800:200a:c031] x@mx46.test.ex router = r0, transport = t1 -- cgit v1.2.3