test: refine new shape test assertions

This commit is contained in:
Eric
2026-03-04 08:16:55 +00:00
committed by eric
parent b379097182
commit 2f9c6bab4e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ set -euo pipefail
rule_file="$1"
grep -Eq 'set -euo pipefail' "${rule_file}"
grep -Eq 'src_args = " "\.join' "${rule_file}"
grep -Eq 'src_args = " "\.join\(\[_shell_quote\(src\.short_path\) for src in ctx\.files\.srcs\]\)' "${rule_file}"
grep -Eq 'exec "\$\{bun_bin\}" test \{src_args\} "\$@"' "${rule_file}"