Use library functions to edit config in SSL tests

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: ba7625a7a51b58c712541d7c0d6667c1f860e33f
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-09-03T16:57:56Z
Releases: 18.0
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

Files

PathChange+/−
src/test/ssl/t/SSL/Server.pm modified +39 −42

Discussion