diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-03 15:11:48 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-03 15:11:48 +0000 |
commit | 6481e12595de1b95cf9f75ddad2ae9e7c27fd150 (patch) | |
tree | bc3f06f42f1400e6599901bf8548cf6ec0084e7f /test/scripts | |
parent | 743c4c9f5a8ecd10fb91fff283d949ca9d12e2fb (diff) |
Testsuite: Better platform portability by searching for Postgres server binaries
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/2620-Postgresql/2620 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |