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)
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]


No differences found