From bcee821153a4a65e40dac6f34af352a94f235d6e Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl <304681515+codex-bot-andresmgsl@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:29:23 +0000 Subject: [PATCH] test: annotate nested attention assertion --- test/labels.test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/labels.test.sh b/test/labels.test.sh index c8bfc2f..18f8c45 100755 --- a/test/labels.test.sh +++ b/test/labels.test.sh @@ -27,6 +27,7 @@ check "core and config rows merge" 0 "scope:two|C5DEF5|Second scope" bash -c \ 'source "$1"; core_label_rows; configured_label_rows "$2"' _ \ "$ROOT/actions/labels-reconcile/labels-reconcile.sh" "$TMP/good.conf" attention_row='attention|D93F0B|A demand is parked here for the assignee: pick up the thread, ack by removing this label' +# shellcheck disable=SC2016 # expansion belongs to the nested bash check "attention core row is emitted once, byte-exact" 0 "1" bash -c \ 'source "$1"; core_label_rows | grep -cxF "$2"' _ \ "$ROOT/actions/labels-reconcile/labels-reconcile.sh" "$attention_row"