Testsuite: strip trailing space at -bt output
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 29 Nov 2019 09:38:47 +0000 (17:38 +0800)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Fri, 29 Nov 2019 15:46:29 +0000 (16:46 +0100)
commitcc49c6977b5736353b07e174b0fbb01086097f80
tree9ee25eff3185bd7145b912d338e2776b461da3bb
parenta31c0dcde94eefd57201bdfbc34d3c07bb953630
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/runtest
test/stdout/0190
test/stdout/0350
test/stdout/0430
test/stdout/1006
test/stdout/1009
test/stdout/4950