summaryrefslogtreecommitdiff
path: root/test/scripts/2620-Postgresql
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-09-03 14:56:56 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-09-03 14:56:56 +0100
commit7a7d145e80c7186e811628c0dea8f6afc26b73ff (patch)
treee9d66fede189948be1f9c846e717e8cea4bcc7bc /test/scripts/2620-Postgresql
parentbe66e4b692534372a27df6a7f47f403352335bad (diff)
Testsuite: hunt harder for more DB utility binaries
Diffstat (limited to 'test/scripts/2620-Postgresql')
-rw-r--r--test/scripts/2620-Postgresql/26202
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/2620-Postgresql/2620 b/test/scripts/2620-Postgresql/2620
index 149413af6..bad032b30 100644
--- a/test/scripts/2620-Postgresql/2620
+++ b/test/scripts/2620-Postgresql/2620
@@ -22,7 +22,7 @@ echo Waiting for DB server
perl
system 'DIR/bin.sys/pg_ctl -w -D DIR/pgsql/data status';
system 'createdb -h localhost -p PORT_N test';
-system 'psql -h localhost -p PORT_N -d test \
+system 'DIR/bin.sys/psql -h localhost -p PORT_N -d test \
-c "CREATE TABLE them ( name text, id text ); \
INSERT INTO them VALUES ( \'Philip Hazel\', \'ph10\' ); \
INSERT INTO them VALUES ( \'Aristotle\', \'aaaa\' ); \