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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ba7625a7a51b58c712541d7c0d6667c1f860e33f Modified Files -------------- src/test/ssl/t/SSL/Server.pm | 81 +++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 42 deletions(-)
