commit 2b96292eb2fa8170eec3123ac52b7e42a132912d parent 493e4596d73a6fddd1ae3785b75a567d1564eade Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 30 Oct 2024 07:11:18 +0100 remove bogus -e flag Diffstat:
| M | src/auditor/test-auditor.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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... "