]> git.ipfire.org Git - thirdparty/git.git/commit
t: extend test_lazy_prereq
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Mar 2025 21:25:01 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Mar 2025 22:05:23 +0000 (15:05 -0700)
commit1c24d55a2fdea3599a1cc3cdaeef1e1fa173b2c5
tree3053f94a9370c9fececd502469f8f57bafaa8514
parentab362fc6f4cf795a8e3e868cb6fc3ae0102c8d42
t: extend test_lazy_prereq

Allow test_lazy_prereq script to signal a programming error by
exiting with status 125 (like how bisect scripts do).  This is used
to signal a deprecated-and-then-removed prerequisite that should
never be used in tests anymore.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
t/test-lib-functions.sh