test: keep offsite fixture shellcheck-clean
This commit is contained in:
parent
6a9b501e05
commit
4b7747a2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ check "the flag-free control is reclaimed (the clock still runs elsewhere)" 0 ""
|
||||||
offsite="$(issue_probe 25 $'claimed\noffsite')"
|
offsite="$(issue_probe 25 $'claimed\noffsite')"
|
||||||
check "a 10-day-quiet offsite claim is not reclaimed" 1 "" \
|
check "a 10-day-quiet offsite claim is not reclaimed" 1 "" \
|
||||||
grep -q 'reclaimed' <<<"$offsite"
|
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 "" \
|
check "an unassigned offsite claim is still flagged" 0 "" \
|
||||||
grep -q 'issueflow:claimed-unassigned' "$TMP/posted-26"
|
grep -q 'issueflow:claimed-unassigned' "$TMP/posted-26"
|
||||||
offsite_open="$(issue_probe 27 $'claimed\noffsite' 1 true)"
|
offsite_open="$(issue_probe 27 $'claimed\noffsite' 1 true)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue