diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-11-29 17:38:47 +0800 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2019-11-29 16:46:29 +0100 |
commit | cc49c6977b5736353b07e174b0fbb01086097f80 (patch) | |
tree | 9ee25eff3185bd7145b912d338e2776b461da3bb /test/stdout/1009 | |
parent | a31c0dcde94eefd57201bdfbc34d3c07bb953630 (diff) |
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]
Diffstat (limited to 'test/stdout/1009')
-rw-r--r-- | test/stdout/1009 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |