From: Marko Kreen Date: Thu, 6 Aug 2015 18:23:47 +0000 (+0300) Subject: test.sh: dont re-exec, use bash directly X-Git-Tag: pgbouncer_1_7_rc1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4be1a30b2a0a570d2b1e00bce6df036d6482a9e4;p=pgbouncer test.sh: dont re-exec, use bash directly --- diff --git a/test/test.sh b/test/test.sh index b244d46..478ea6c 100755 --- a/test/test.sh +++ b/test/test.sh @@ -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