summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 16:11:57 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2013-07-26 16:11:57 +0000
commit7d94e4addd2cc8929407a94c319e3dd62a0ad493 (patch)
tree16bb0fc224703b1a4040b8934d8829306ccd1327
parentf41ff1ddde0b0f0bd1cc5d800b107e66e015ed21 (diff)
downloadneon-7d94e4addd2cc8929407a94c319e3dd62a0ad493.tar.gz
* test/run-tests.sh: Use MALLOC_PERTURB.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1900 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--test/run-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run-tests.sh b/test/run-tests.sh
index 2a9c1b2..7796bb2 100644
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -6,7 +6,8 @@
# enable glibc malloc safety checks
MALLOC_CHECK_=2
-export MALLOC_CHECK_
+MALLOC_PERTURB_=242
+export MALLOC_CHECK_ MALLOC_PERTURB_
cd data