From: Christian Heller Date: Mon, 7 Apr 2025 16:23:15 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/process_titles?a=commitdiff_plain;h=838c5b220898cff40340358833a7fea50b903160;p=config Fix. --- diff --git a/testing/scripts/lib/retry_until b/testing/scripts/lib/retry_until index 0edf075..8f686dd 100644 --- a/testing/scripts/lib/retry_until +++ b/testing/scripts/lib/retry_until @@ -12,7 +12,7 @@ retry_until() { set -e if [ "${_RESULT}" = '0' ]; then break - elif [ "${RESULT}" != "${_CODE_FOR_CONTINUE} ]; then + elif [ "${RESULT}" != "${_CODE_FOR_CONTINUE}" ]; then eval "${_ON_FAIL}" abort fi