]> git.ipfire.org Git - thirdparty/git.git/commit
test-lib: allow test code to check the list of declared prerequisites
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 16 Oct 2010 18:36:58 +0000 (02:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Oct 2010 23:20:19 +0000 (16:20 -0700)
commit05236a5e9d29a2628a8f1de96a2a256185687e6c
tree7de359a6c33a36a8d0195a742449d1929f8e5fe7
parente23f436c35c3e7fd12feeed783064e08aaf27869
test-lib: allow test code to check the list of declared prerequisites

This is plumbing to prepare helpers like test_terminal to notice buggy
test scripts that do not declare all of the necessary prerequisites.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh