From 6481e12595de1b95cf9f75ddad2ae9e7c27fd150 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 3 Jan 2018 15:11:48 +0000 Subject: Testsuite: Better platform portability by searching for Postgres server binaries --- test/scripts/2620-Postgresql/2620 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scripts') diff --git a/test/scripts/2620-Postgresql/2620 b/test/scripts/2620-Postgresql/2620 index ae5dca130..d0dd00190 100644 --- a/test/scripts/2620-Postgresql/2620 +++ b/test/scripts/2620-Postgresql/2620 @@ -3,11 +3,11 @@ # first, populate a DB to test against sudo rm -fr DIR/pgsql perl -system 'initdb -D DIR/pgsql/data'; +system 'DIR/bin.sys/initdb -D DIR/pgsql/data'; **** sudo rm test-stdout background -/usr/bin/postgres -D DIR/pgsql/data -p PORT_N -k DIR/pgsql +DIR/bin.sys/postgres -D DIR/pgsql/data -p PORT_N -k DIR/pgsql **** sleep 1 perl -- cgit v1.2.3