test: keep offsite fixture shellcheck-clean

This commit is contained in:
codex-bot-andresmgsl 2026-07-23 12:48:59 +00:00
parent 6a9b501e05
commit 4b7747a2f5

View file

@ -265,7 +265,7 @@ check "the flag-free control is reclaimed (the clock still runs elsewhere)" 0 ""
offsite="$(issue_probe 25 $'claimed\noffsite')"
check "a 10-day-quiet offsite claim is not reclaimed" 1 "" \
grep -q 'reclaimed' <<<"$offsite"
offsite_unassigned="$(issue_probe 26 $'claimed\noffsite' 0)"
issue_probe 26 $'claimed\noffsite' 0 >/dev/null
check "an unassigned offsite claim is still flagged" 0 "" \
grep -q 'issueflow:claimed-unassigned' "$TMP/posted-26"
offsite_open="$(issue_probe 27 $'claimed\noffsite' 1 true)"