In patch series which contain this "[*]: 43a8391977 (builtin/verify-tag: stop using `the_repository`, 2025-03-07)" and some other builtin commands, the help test was added into their respective test files. Since it better fits thats tests that check command behavior outside a repository should be in t/t1517-outside-repo.sh. Patrick suggest moving the test to t/t1517-outside-repo.sh. This patch series moved the all the test. Changes since v1: - Fix some typo Usman Akinyemi (7): t/t1517: move checkout-index -h test to t1517 t/t1517: move for-each-ref -h test to t1517 t/t1517: move ls-files -h test to t1517 t/t1517: move pack-refs -h test to t1517 t/t1517: move send-pack -h test to t1517 t/t1517: move verify-commit -h test to t1517 t/t1517: move verify-tag -h test to t1517 t/t0610-reftable-basics.sh | 7 ----- t/t1517-outside-repo.sh | 49 +++++++++++++++++++++++++++++++++ t/t2006-checkout-index-basic.sh | 7 ----- t/t3004-ls-files-basic.sh | 7 ----- t/t5400-send-pack.sh | 7 ----- t/t6300-for-each-ref.sh | 7 ----- t/t7030-verify-tag.sh | 7 ----- t/t7510-signed-commit.sh | 7 ----- 8 files changed, 49 insertions(+), 49 deletions(-) -- 2.50.0