From dc5e2a5b244e5bce68344b2ddbcc88c84d655bbd Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 24 Jan 2022 17:16:37 +0100 Subject: [PATCH] test: fix pwd usage, PWD doesn't exist --- tests/integration/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/common.sh b/tests/integration/common.sh index aae653e0..1ae6a548 100755 --- a/tests/integration/common.sh +++ b/tests/integration/common.sh @@ -3,7 +3,7 @@ set -e function init() { - ABRA="$(PWD)/../../abra" + ABRA="$(pwd)/../../abra" INSTALLER_URL="https://git.coopcloud.tech/coop-cloud/abra/raw/branch/main/scripts/installer/installer" export PATH=$PATH:$HOME/.local/bin