summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-09-16 12:49:31 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2019-09-16 13:18:11 +0200
commit6ddf7fd7024ed2b78b4917f63020835a602c73f8 (patch)
treefdd9289ff3fb705dbb0b12a34627f274ef344d06 /test
parentcf2f256c14527b4d8f964828f2acee8aea8aa408 (diff)
Testsuite: do not use trailing spaces in runtest
Some editors may swallow it. Encode trailing space as \x20.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest4
1 files changed, 2 insertions, 2 deletions
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)