Skip to content

Commit a717e5c

Browse files
committed
Fix vpath build in libpq_pipeline test
The path needs to be set to refer to the build directory, not the current directory, because that's actually the source directory at that point. fix for 6abc8c2
1 parent 6abc8c2 commit a717e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
use PostgresNode;
99
use TestLib;
1010
use Test::More;
11-
use Cwd;
1211

1312
my $node = get_new_node('main');
1413
$node->init;
1514
$node->start;
1615

1716
my $numrows = 700;
18-
$ENV{PATH} = "$ENV{PATH}:" . getcwd();
17+
$ENV{PATH} = "$ENV{TESTDIR}:$ENV{PATH}";
1918

2019
my ($out, $err) = run_command([ 'libpq_pipeline', 'tests' ]);
2120
die "oops: $err" unless $err eq '';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy