From 1cd8a6996f6e1d4699b6cdd3d7a21ee4675ac843 Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl Date: Tue, 25 Aug 2026 07:33:25 +0000 Subject: [PATCH] test: reject forge path doctrine copies --- test/release-path.test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/release-path.test.sh b/test/release-path.test.sh index 46181c8..2ba304a 100755 --- a/test/release-path.test.sh +++ b/test/release-path.test.sh @@ -99,7 +99,9 @@ path_check() { readme_has_no_path_enumeration() { local token found=no - for token in bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh; do + for token in \ + bin/ lib/version.sh lib/decide.sh lib/facts.sh lib/changelog.sh lib/forge.sh + do if grep -qF "$token" "$ROOT/drills/README.md"; then printf 'drill doctrine enumerates release path: %s\n' "$token" >&2 found=yes