Don't clobber test exit code at cleanup in LDAP/Kerberors tests
If the test script die()d before running the first test, the whole test
was interpreted as SKIPped rather than failed. The PostgreSQL::Cluster
module got this right.
Backpatch to all supported versions.
Discussion: https://www.postgresql.org/message-id/[email protected]
Branch
------
REL_12_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0d95711ae0d3b328b0a3534a546a4f848d273e08
Modified Files
--------------
src/test/kerberos/t/001_auth.pl | 7 ++++++-
src/test/ldap/t/001_auth.pl | 5 +++++
2 files changed, 11 insertions(+), 1 deletion(-)