Fix up conntest test programs
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 17 Aug 2018 19:50:04 +0000 (21:50 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 17 Aug 2018 19:50:04 +0000 (21:50 +0200)
commita3d662303e706fcbf37c95fc2607e01b2039b4b1
tree50b3e3360850a0518a17fefe79dab29ab3f41f87
parent06e89c029f8b44a5aca0d3f3a7c737ccf58f6f0a
Fix up conntest test programs

Allow asynctest to run without an explicitly specified connection
string.  That way it can pick up the connection parameters from the
environment.  The run-conntest.sh driver script was already calling it
that way.

Fix the location of the pgbouncer binary in run-conntest.sh.
test/asynctest.c
test/run-conntest.sh