Fix some issues with SSL and Kerberos tests

Michael Paquier <michael@paquier.xyz>

Commit: 5a71964a832febfee23cedc3bb354049d6ca78a7
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-04-06T04:23:57Z
Releases: 14.0
Fix some issues with SSL and Kerberos tests

The recent refactoring done in c50624c accidentally broke a portion of
the kerberos tests checking after a query, so add its functionality
back.  Some inactive SSL tests had their arguments in an incorrect
order, which would cause them to fail if they were to run.

Author: Jacob Champion
Discussion: https://postgr.es/m/4f5b0b3dc0b6fe9ae6a34886b4d4000f61eb567e.camel@vmware.com

Files

PathChange+/−
src/test/kerberos/t/001_auth.pl modified +6 −5
src/test/ssl/t/001_ssltests.pl modified +4 −4

Discussion