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/4950 | |
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/4950')
-rw-r--r-- | test/stdout/4950 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdout/4950 b/test/stdout/4950 index 89a34ad49..12c77344b 100644 --- a/test/stdout/4950 +++ b/test/stdout/4950 @@ -14,4 +14,4 @@ userx@other1.test.ex userx@other99.test.ex cannot be resolved at this time: host non-exist.test.ex not found when translating other99.test.ex [V4NET.99.0.1] userx@other99.test.ex router = lookuphost, transport = smtp - host non-exist.test.ex [unknown] + host non-exist.test.ex [unknown] |