diff --git a/test/forge-backends.test.sh b/test/forge-backends.test.sh index d4c6ce4..72fd95a 100644 --- a/test/forge-backends.test.sh +++ b/test/forge-backends.test.sh @@ -204,6 +204,7 @@ check "an empty collection is not an error" 0 "" \ # gh exits non-zero on an HTTP error; curl does not without -f, and -f # discards the body that explains why. So the status is read explicitly. fake_forge 1 '[{"number":1}]' +# shellcheck disable=SC2317 # invoked indirectly, by forge_api curl() { local hdr="" out="" while [ $# -gt 0 ]; do