From: Bruce Momjian Date: Sat, 26 Dec 2020 14:03:12 +0000 (-0500) Subject: pg_alterckey: remove TAP check rules from Makefile X-Git-Tag: REL_14_BETA1~1072 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=e174a6f1937248886e124cdb68408e727aeea278;p=postgresql.git pg_alterckey: remove TAP check rules from Makefile Reported-by: Pavel Stehule, Michael Paquier Discussion: https://postgr.es/m/CAFj8pRBRNo4co5bqCx4BLx1ZZ45Z_T-opPxA+u7SLp7gAtBpNA@mail.gmail.com Backpatch-through: master --- diff --git a/src/bin/pg_alterckey/Makefile b/src/bin/pg_alterckey/Makefile index a88b1d9af4d..7c465b4e290 100644 --- a/src/bin/pg_alterckey/Makefile +++ b/src/bin/pg_alterckey/Makefile @@ -36,9 +36,3 @@ uninstall: clean distclean maintainer-clean: rm -f pg_alterckey$(X) $(OBJS) rm -rf tmp_check - -check: - $(prove_check) - -installcheck: - $(prove_installcheck)