diff options
| author | Han-Wen Nienhuys <hanwen@google.com> | 2021-05-31 16:56:29 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-06-02 10:01:54 +0900 |
| commit | c305e667e0cad4acb40a4d408e44b823fa47c111 (patch) | |
| tree | 86f5f19911f82d8d7f3e04f055f7ed2fe6534adc /t/test-lib.sh | |
| parent | d491f5ea07e5bb85be75060d3939894892f9478a (diff) | |
| download | git-c305e667e0cad4acb40a4d408e44b823fa47c111.tar.gz | |
test-lib: provide test prereq REFFILES
REFFILES can be used to mark tests that are specific to the packed/loose ref
storage format and its limitations. Marking such tests is a preparation for
introducing the reftable storage backend.
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-lib.sh')
| -rw-r--r-- | t/test-lib.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index d3f6af6a65..ea7397c633 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -1481,6 +1481,8 @@ parisc* | hppa*) ;; esac +test_set_prereq REFFILES + ( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1 test -z "$NO_PERL" && test_set_prereq PERL test -z "$NO_PTHREADS" && test_set_prereq PTHREADS |
