summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/postgres.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/postgres.exp')
-rw-r--r--testsuite/systemtap.base/postgres.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/postgres.exp b/testsuite/systemtap.base/postgres.exp
index 50e199ee..ceef9437 100644
--- a/testsuite/systemtap.base/postgres.exp
+++ b/testsuite/systemtap.base/postgres.exp
@@ -74,7 +74,7 @@ STAPPID=\$!
# wait until postgres is running
for i in \$(seq 0 10) ; do
- if pg_ctl status -D $pgdata
+ if $postgresdir/bin/pg_ctl status -D $pgdata
then break;
fi
sleep 5