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/0430 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/stdout/0430') diff --git a/test/stdout/0430 b/test/stdout/0430 index 7914594b4..1229b0ef8 100644 --- a/test/stdout/0430 +++ b/test/stdout/0430 @@ -48,7 +48,7 @@ x@manual.route router = r1, transport = t1 host ten-1.test.ex [V4NET.0.0.1] MX=5 host eximtesthost.test.ex [ip4.ip4.ip4.ip4] MX=5 - host ten-6.test.ex [V4NET.0.0.6] + host ten-6.test.ex [V4NET.0.0.6] x@manual.route is undeliverable: lowest numbered MX record points to local host x@random.manual.route cannot be resolved at this time: lookup of host "localhost.test.ex" failed in r2 router x@random.manual.route -- cgit v1.2.3