From dd2efc3d78f2dfda44f8182f9638723dcb839781 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 17:46:49 +0530 Subject: nicer HTTP helper in preparation for better error handling --- integrationtests/common.sh | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'integrationtests') diff --git a/integrationtests/common.sh b/integrationtests/common.sh index d228d1ea5..d3f347672 100644 --- a/integrationtests/common.sh +++ b/integrationtests/common.sh @@ -1,8 +1,8 @@ #!/bin/bash -function setup_config() { - set -eu +set -eu +function setup_config() { echo -n "Testing for taler-bank-manage" taler-bank-manage -h >/dev/null