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/0190 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/stdout/0190') diff --git a/test/stdout/0190 b/test/stdout/0190 index a88a851b0..756f7f851 100644 --- a/test/stdout/0190 +++ b/test/stdout/0190 @@ -97,17 +97,17 @@ y@batch4 userx@bdomain1 router = r3, transport = smtp2 host ipv4.ipv4.ipv4.ipv4 [ipv4.ipv4.ipv4.ipv4] - host 127.0.0.1 [127.0.0.1] + host 127.0.0.1 [127.0.0.1] host the.local.host.name [ip4.ip4.ip4.ip4] userx@bdomain2 router = r3, transport = smtp2 host the.local.host.name [ip4.ip4.ip4.ip4] - host 127.0.0.1 [127.0.0.1] + host 127.0.0.1 [127.0.0.1] host ipv4.ipv4.ipv4.ipv4 [ipv4.ipv4.ipv4.ipv4] userx@bdomain3 router = r3, transport = smtp2 host ipv4.ipv4.ipv4.ipv4 [ipv4.ipv4.ipv4.ipv4] - host 127.0.0.1 [127.0.0.1] + host 127.0.0.1 [127.0.0.1] host the.local.host.name [ip4.ip4.ip4.ip4] ******** SERVER ******** -- cgit v1.2.3