]> granicus.if.org Git - pgbouncer/commitdiff
test.sh: dont re-exec, use bash directly
authorMarko Kreen <markokr@gmail.com>
Thu, 6 Aug 2015 18:23:47 +0000 (21:23 +0300)
committerMarko Kreen <markokr@gmail.com>
Thu, 6 Aug 2015 18:23:47 +0000 (21:23 +0300)
test/test.sh

index b244d46f7694cae9ba9d3072baa16dde7079834d..478ea6cc0564b414b2a9990f875c0f59d71f9042 100755 (executable)
@@ -1,9 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Notes:
 # - uses iptables and -F with some tests, probably not very friendly to your firewall
 
-[ "$(echo {1..2})" = "1 2" ] || exec bash $0 "$@"
 cd $(dirname $0)
 
 export PATH=/usr/lib/postgresql/9.4/bin:$PATH