tests: Remove PG_CONFIG from TESTS_ENVIRONMENT.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 30 Sep 2010 04:44:36 +0000 (21:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 30 Sep 2010 04:44:36 +0000 (21:44 -0700)
This is no longer needed now that the PostgreSQL tests have been converted
to use Autotest.

tests/automake.mk

index 2a265ff52694edbf3d8b8f7d018f63f1a3df0990..c080d205bb05be2ff7ef99fcf75bae2e1bed3a92 100644 (file)
@@ -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'