Further fixes for ssl_passphrase_callback test module.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 958aa438aaa473d580f60154786ffd716a28faf2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-03-26T02:05:27Z
Releases: 13.0
Further fixes for ssl_passphrase_callback test module.

The Makefile should set TAP_TESTS = 1, not implement the infrastructure
for itself.  For one thing, it missed the appropriate "make clean"
steps.  For another, the buildfarm isn't running this test because
it wasn't hooked into "make installcheck" either.

Files