]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitbfd515ac56ca8ba71ff9798e625dd1d051842872
tree063e0307a8fb439e1a2574b6b54e4fbb4d8b2067
parenta8960868518aaee85da308f394503dada14bfcbc
parentb227bead4d8fb6e75b5c58ba511c7e935b09b24b
Merge branch 'bc/t5607-avoid-broken-test-fail-prereqs'

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