pg_alterckey: remove TAP check rules from Makefile
authorBruce Momjian <[email protected]>
Sat, 26 Dec 2020 14:03:12 +0000 (09:03 -0500)
committerBruce Momjian <[email protected]>
Sat, 26 Dec 2020 14:03:12 +0000 (09:03 -0500)
Reported-by: Pavel Stehule, Michael Paquier
Discussion: https://postgr.es/m/CAFj8pRBRNo4co5bqCx4BLx1ZZ45Z_T-opPxA+u7SLp7gAtBpNA@mail.gmail.com

Back-through: master

src/bin/pg_alterckey/Makefile

index a88b1d9af4de0448b2d1e374882a91a8ee8dcfc6..7c465b4e2900a6b2576559447686639bafd9b4be 100644 (file)
@@ -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)