summaryrefslogtreecommitdiff
path: root/t/perf
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-10-01 12:59:06 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-10-01 12:59:06 -0700
commit70dac5f44d60a3f2de68c17157c21e663fc75616 (patch)
tree0ea424bb2bd0fe9d58e9dce0b7a81a0e52f9b704 /t/perf
parentMerge branch 'da/mergetool-custom' (diff)
parentMALLOC_CHECK: enable it, unless disabled explicitly (diff)
downloadtgif-70dac5f44d60a3f2de68c17157c21e663fc75616.tar.xz
Merge branch 'ep/malloc-check-perturb'
Fixes a brown-paper bag bug. * ep/malloc-check-perturb: MALLOC_CHECK: enable it, unless disabled explicitly
Diffstat (limited to 't/perf')
-rw-r--r--t/perf/perf-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh
index 1d0bb9d017..a816fbcb76 100644
--- a/t/perf/perf-lib.sh
+++ b/t/perf/perf-lib.sh
@@ -42,7 +42,7 @@ else
fi
TEST_NO_CREATE_REPO=t
-TEST_NO_MALLOC_=t
+TEST_NO_MALLOC_CHECK=t
. ../test-lib.sh