projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b523b04
)
test.sh: dont re-exec, use bash directly
author
Marko Kreen
<markokr@gmail.com>
Thu, 6 Aug 2015 18:23:47 +0000
(21:23 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 6 Aug 2015 18:23:47 +0000
(21:23 +0300)
test/test.sh
patch
|
blob
|
blame
|
history
diff --git
a/test/test.sh
b/test/test.sh
index b244d46f7694cae9ba9d3072baa16dde7079834d..478ea6cc0564b414b2a9990f875c0f59d71f9042 100755
(executable)
--- a/
test/test.sh
+++ b/
test/test.sh
@@
-1,9
+1,8
@@
-#!/bin/sh
+#!/bin/
ba
sh
# 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