MALLOC_CHECK: enable it, unless disabled explicitly
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 26 Sep 2012 20:16:39 +0000 (22:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Sep 2012 06:39:13 +0000 (23:39 -0700)
commitee1431bfc565c5031e66408bc70c42be87a626aa
tree37782a4ede213efc397bfd7867fab5c173907932
parent1b3185fc2be3cc92a834fcfcb7110d1072184700
MALLOC_CHECK: enable it, unless disabled explicitly

The malloc checks in tests are currently disabled.  Actually evaluate
the variable for turning them off and enable them if it's unset.

Also use this opportunity to give it the more descriptive and
consistent name TEST_NO_MALLOC_CHECK.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/perf-lib.sh
t/test-lib.sh