From 4653efebe515f9433bcc1312462dca04ac18e9de Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 29 Sep 2010 21:44:36 -0700 Subject: [PATCH] tests: Remove PG_CONFIG from TESTS_ENVIRONMENT. This is no longer needed now that the PostgreSQL tests have been converted to use Autotest. --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index 2a265ff5..c080d205 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- TESTS_ENVIRONMENT = top_srcdir='$(top_srcdir)' top_builddir='$(top_builddir)' -TESTS_ENVIRONMENT += PERL='$(PERL)' PG_CONFIG='$(PG_CONFIG)' +TESTS_ENVIRONMENT += PERL='$(PERL)' # Allow locale_charset to find charset.alias before running "make install". TESTS_ENVIRONMENT += CHARSETALIASDIR='$(abs_top_builddir)/gl' -- 2.30.2