Use library functions to edit config in SSL tests
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 3 Sep 2024 16:57:56 +0000 (18:57 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Tue, 3 Sep 2024 16:57:56 +0000 (18:57 +0200)
commitba7625a7a51b58c712541d7c0d6667c1f860e33f
tree6f8afc148370bf4e69eed8e6a620ee6b5969a07d
parente5f1f0a4f2ab19d205a520c52530264c19747c0a
Use library functions to edit config in SSL tests

The SSL tests were editing the postgres configuration by directly
reading and writing the files rather than using append_conf() from
the testcode library.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/01F4684C-8C98-4BBE-AB83-AC8D7C746AF8@yesql.se
src/test/ssl/t/SSL/Server.pm