]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bc/t5607-avoid-broken-test-fail-prereqs'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Aug 2021 23:06:05 +0000 (16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Aug 2021 23:06:05 +0000 (16:06 -0700)
The current implementation of GIT_TEST_FAIL_PREREQS is broken in
that checking for the lack of a prerequisite would not work.  Avoid
the use of "if ! test_have_prereq X" in a test script.

* bc/t5607-avoid-broken-test-fail-prereqs:
  t5607: avoid using prerequisites to select algorithm


Trivial merge