diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:21 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-06-12 10:39:21 +0900 |
commit | f865d2affc456ede17e46949007682e91d19daa4 (patch) | |
tree | dfea7ae0f2a9ba675cb9442e63bfd1679a870cd1 | |
parent | 065ce069ae4fe5f59251435ebfe13e14a2d5874c (diff) |
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 0c1712ab50c..799315602dc 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -116,7 +116,6 @@ BEGIN PGSERVICEFILE PGSSLCERT PGSSLCRL - PGSSLCRLDIR PGSSLKEY PGSSLMAXPROTOCOLVERSION PGSSLMINPROTOCOLVERSION |