aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-30 07:11:18 +0100
committerChristian Grothoff <christian@grothoff.org>2024-10-30 07:11:18 +0100
commit2b96292eb2fa8170eec3123ac52b7e42a132912d (patch)
tree591d3ae6b16ffcc1e22b65e9331f30730b101e5a
parent493e4596d73a6fddd1ae3785b75a567d1564eade (diff)
remove bogus -e flag
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index 84fcc5778..b2e5aac20 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1111,7 +1111,7 @@ function test_11() {
# Technically, this call shouldn't be needed, as libeufin should already be stopped here.
stop_libeufin
launch_libeufin
- OTHER_IBAN=$(echo -e "SELECT internal_payto FROM libeufin_bank.bank_accounts ba JOIN libeufin_bank.customers bc ON (ba.owning_customer_id = bc.customer_id) WHERE username='fortytwo'" | psql "${DB}" -Aqt)
+ OTHER_IBAN=$(echo "SELECT internal_payto FROM libeufin_bank.bank_accounts ba JOIN libeufin_bank.customers bc ON (ba.owning_customer_id = bc.customer_id) WHERE username='fortytwo'" | psql "${DB}" -Aqt)
await_bank
echo -n "Creating bogus transfer... "