]> granicus.if.org Git - pgbouncer/commit
Fix psql invocation in tests
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 26 Dec 2017 21:49:36 +0000 (16:49 -0500)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 3 Jan 2018 15:36:51 +0000 (10:36 -0500)
commit4f48ae3c7c7a3ae7aab4594420b0646ae27d4c7d
tree851c80a3cd465ff873a894fab6b971e91bd79aef
parente8e8f64dd39f75e329117fddecc730f524c55973
Fix psql invocation in tests

Always run psql with -X, otherwise some tests fail if there is something
in .psqlrc producing output.  Also fix some potential portability
problems in option syntax: Put non-option arguments last, don't mix
options with and without arguments.
test/test.sh