]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
t/test-lib.sh

diff --cc t/test-lib.sh
Simple merge