From: Heiko Schlittermann (HS12-RIPE) Date: Mon, 16 Sep 2019 10:49:31 +0000 (+0200) Subject: Testsuite: do not use trailing spaces in runtest X-Git-Tag: exim-4.93-RC0~65 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/6ddf7fd7024ed2b78b4917f63020835a602c73f8 Testsuite: do not use trailing spaces in runtest Some editors may swallow it. Encode trailing space as \x20. --- diff --git a/test/runtest b/test/runtest index aadd0f199..a672d2327 100755 --- a/test/runtest +++ b/test/runtest @@ -1168,7 +1168,7 @@ RESET_AFTER_EXTRA_LINE_READ: # are unset, because dane ain't always there. next if /in\shosts_require_dane\?\sno\s\(option\sunset\)/x; - # DISABLE_OCSP + # DISABLE_OCSP next if /in hosts_requ(est|ire)_ocsp\? (no|yes)/; # SUPPORT_PROXY @@ -1234,7 +1234,7 @@ RESET_AFTER_EXTRA_LINE_READ: if (/^([0-9: ]* # possible timestamp Connecting\ to\ [^ ]+\ [^ ]+(\ from\ [^ ]+)?)\ \.\.\. - \ .*TFO\ mode\ + \ .*TFO\ mode\x20 (sendto,\ no\ data:\ EINPROGRESS # Linux |connection\ attempt\ to\ [^,]+,\ 0\ data) # MacOS & no-support $/x)