From e35e76a8f486aa397cd27f7e5104e7f0eedda877 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Thu, 18 Dec 2014 01:24:57 -0500 Subject: Fix previous commit for TAP test suites in VPATH builds. Per buildfarm member crake. Back-patch to 9.4, where the TAP suites were introduced. --- src/test/perl/TestLib.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/perl/TestLib.pm') diff --git a/src/test/perl/TestLib.pm b/src/test/perl/TestLib.pm index 57abdb92bf4..003cd9a2cca 100644 --- a/src/test/perl/TestLib.pm +++ b/src/test/perl/TestLib.pm @@ -74,7 +74,7 @@ sub standard_initdb { my $pgdata = shift; system_or_bail("initdb -D '$pgdata' -A trust -N >/dev/null"); - system_or_bail("$ENV{top_srcdir}/src/test/regress/pg_regress", + system_or_bail("$ENV{top_builddir}/src/test/regress/pg_regress", '--config-auth', $pgdata); } -- cgit v1.2.3