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_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f700e7d5710d04940df2d4e0d04080b1899a8f07
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(-)