From f0f1414d0d1f5a904940fac105b8838f132b946b Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Mon, 10 May 2010 17:23:08 +0200 Subject: [PATCH] init.sh: fix a typo * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization. --- ChangeLog | 5 +++++ tests/init.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5510f6852..8c762cfef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-10 Peter O'Gorman + + init.sh: fix a typo + * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization. + 2010-05-10 Jim Meyering maint.mk: avoid using a temporary file in the always-defined-macros check diff --git a/tests/init.sh b/tests/init.sh index 1c0b4b4f1..05a983a45 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -98,7 +98,7 @@ test -n "$EXEEXT" && shopt -s expand_aliases # This is cheap and useful for exposing code that depends on the fact that # malloc-related functions often return memory that is mostly zeroed. # If you have the time and cycles, use valgrind to do an even better job. -${MALLOC_PERTURB_=87} +: ${MALLOC_PERTURB_=87} export MALLOC_PERTURB_ # We use a trap below for cleanup. This requires us to go through -- 2.11.0