Merge branch 'ep/malloc-check-perturb'
Fixes a brown-paper bag bug. * ep/malloc-check-perturb: MALLOC_CHECK: enable it, unless disabled explicitly
This commit is contained in:
@ -42,7 +42,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
TEST_NO_CREATE_REPO=t
|
TEST_NO_CREATE_REPO=t
|
||||||
TEST_NO_MALLOC_=t
|
TEST_NO_MALLOC_CHECK=t
|
||||||
|
|
||||||
. ../test-lib.sh
|
. ../test-lib.sh
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ export EDITOR
|
|||||||
# Add libc MALLOC and MALLOC_PERTURB test
|
# Add libc MALLOC and MALLOC_PERTURB test
|
||||||
# only if we are not executing the test with valgrind
|
# only if we are not executing the test with valgrind
|
||||||
if expr " $GIT_TEST_OPTS " : ".* --valgrind " >/dev/null ||
|
if expr " $GIT_TEST_OPTS " : ".* --valgrind " >/dev/null ||
|
||||||
test -n "TEST_NO_MALLOC_"
|
test -n "$TEST_NO_MALLOC_CHECK"
|
||||||
then
|
then
|
||||||
setup_malloc_check () {
|
setup_malloc_check () {
|
||||||
: nothing
|
: nothing
|
||||||
|
Reference in New Issue
Block a user