summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter O'Gorman <pogma@thewrittenword.com>2010-05-10 17:23:08 +0200
committerJim Meyering <meyering@redhat.com>2010-05-10 17:23:08 +0200
commitf0f1414d0d1f5a904940fac105b8838f132b946b (patch)
treebfa459687961c3d4ebd77e33f2d0cf31bd6d3055 /tests
parent204e7feaf617b2e14fdf1226dfaf858e984c1737 (diff)
downloadgnulib-f0f1414d0d1f5a904940fac105b8838f132b946b.tar.gz
init.sh: fix a typo
* tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.
Diffstat (limited to 'tests')
-rw-r--r--tests/init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.sh b/tests/init.sh
index 1c0b4b4f11..05a983a45b 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