diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:28 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:28 +0900 |
commit | b56ef31bf946337a47a797250a3d8b6ca22cbade (patch) | |
tree | d01b7457a0159c19f45d2e4377a609f8ddec5113 | |
parent | 0c7efd975754b41bccabbb55902b6d79bd350515 (diff) | |
download | postgresql-b56ef31bf946337a47a797250a3d8b6ca22cbade.tar.gz postgresql-b56ef31bf946337a47a797250a3d8b6ca22cbade.zip |
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
-rw-r--r-- | src/test/perl/TestLib.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 28e91e56092..c69aadc43f0 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -80,7 +80,6 @@ BEGIN PGSERVICEFILE PGSSLCERT PGSSLCRL - PGSSLCRLDIR PGSSLKEY PGSSLMODE PGSSLROOTCERT |