Testsuite: hunt harder for more DB utility binaries
[exim.git] / test / scripts / 2620-Postgresql / 2620
index 149413af68369f5bd9885794c5b98cc1801bbff0..bad032b30f99afebfd5b728accfd802c7f6f29ff 100644 (file)
@@ -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\' ); \