When writing a new SSL test for another patch it struck me that the SSL tests
are doing configuration management without using the test framework API's.  The
attached patches cleans this up, no testcases are altered as part of this.

0001 makes the test for PG_TEST_EXTRA a top-level if statement not attached to
any other conditional.  There is no change in functionality, it's mainly for
readability (PG_TEST_EXTRA is it's own concept, not tied to library presence).

0002 ports over editing configfiles to using append_conf() instead of opening
and writing to them directly.

--
Daniel Gustafsson

Attachment: 0002-Use-library-functions-to-edit-config-in-SSL-tests.patch
Description: Binary data

Attachment: 0001-Test-for-PG_TEST_EXTRA-separately.patch
Description: Binary data

Reply via email to