]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove PGSSLCRLDIR from the list of variables ignored in TAP tests
authorMichael Paquier <michael@paquier.xyz>
Sat, 12 Jun 2021 01:39:44 +0000 (10:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 12 Jun 2021 01:39:44 +0000 (10:39 +0900)
commita78edd4b4207627bcbe5d6d6df604aea480d4326
treea11cbbaebd5fd5e0850533735d11e7aec9254e23
parent6cd0e55f9ffb3be400e44812fa6163a217e09bf3
Remove PGSSLCRLDIR from the list of variables ignored in TAP tests

This variable was present in the list added by 9d660670, but it is not
supported by this branch.  Issue noticed while diving into a similar
change for pg_regress.c.

Backpatch-through: 9.6
src/test/perl/TestLib.pm