From 785325141d568e42c16cf543b3846496ad87650a Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 1 Apr 2020 20:05:25 +0200 Subject: [PATCH] REGTEST: ssl: pollute the crt-list file Pollute localhost.crt-list with extra spaces, empty lines and comments so the parser of the crt-list could be tested in a better way. --- reg-tests/ssl/localhost.crt-list | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reg-tests/ssl/localhost.crt-list b/reg-tests/ssl/localhost.crt-list index 7dcc9a6e5..a0d975675 100644 --- a/reg-tests/ssl/localhost.crt-list +++ b/reg-tests/ssl/localhost.crt-list @@ -1 +1,5 @@ -common.pem !not.test1.com *.test1.com !localhost +common.pem !not.test1.com *.test1.com !localhost # comment + + + common.pem !not.test1.com *.test1.com !localhost +# comment