]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ep/test-malloc-check-with-glibc-2.34'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2022 22:14:23 +0000 (15:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2022 22:14:23 +0000 (15:14 -0700)
commitb6763af74ba55570deae38ce118c1d803d7b825c
tree6201d4889211ee5ff35d298064e615a1f7a92775
parent964a856cbea37a9b059f273aaed6925c95e4ee5d
parentbaedc5954348b30faa421333289b30818daf36c3
Merge branch 'ep/test-malloc-check-with-glibc-2.34'

The method to trigger malloc check used in our tests no longer work
with newer versions of glibc.

* ep/test-malloc-check-with-glibc-2.34:
  test-lib: declare local variables as local
  test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34
t/test-lib.sh