From 7ffce9b345414657f6e74a8a80be54a93a83e5ba Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Mon, 11 Oct 2021 23:50:40 +0200 Subject: [PATCH] fix(azure-db): fix drop (#877) * fix(azure-db): fix drop * fix test * fix: handle weird db names --- azure-db/bin/drop-db-user | 14 +++++++------- azure-db/tests/drop-db-user.bats | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/azure-db/bin/drop-db-user b/azure-db/bin/drop-db-user index 3520dc277..26b2a0529 100755 --- a/azure-db/bin/drop-db-user +++ b/azure-db/bin/drop-db-user @@ -38,17 +38,17 @@ echo echo "deleting database ${DROP_DATABASE} on ${PGHOST}" psql -abe "$PG_URL_ADMIN" <