test: document deferred fixture expansion

This commit is contained in:
codex-bot-andresmgsl 2026-08-30 09:31:16 +00:00
parent 20cba4583d
commit fe4ec57ff2

View file

@ -1197,6 +1197,7 @@ TAG_GUARD="$TMP/tag-release-guard.sh"
} >"$TAG_GUARD"
chmod +x "$TAG_GUARD"
mkdir -p "$TMP/tag-guard-lib/lib"
# shellcheck disable=SC2016 # expanded when the generated helper runs, not while this test writes it
printf '%s\n' \
'forge_select() { :; }' \
'forge_release_exists() { case "$RELEASE_EXISTS" in error) return 1 ;; *) echo "$RELEASE_EXISTS" ;; esac; }' \