init.sh: fix a typo
authorPeter O'Gorman <pogma@thewrittenword.com>
Mon, 10 May 2010 15:23:08 +0000 (17:23 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 May 2010 15:23:08 +0000 (17:23 +0200)
* tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.

ChangeLog
tests/init.sh

index 5510f6852b5efacaa67ac4ad41d74b632cf77577..8c762cfefe2402130369c01623351319050fb464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
+
+       init.sh: fix a typo
+       * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.
+
 2010-05-10  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: avoid using a temporary file in the always-defined-macros check
index 1c0b4b4f1146d3b4b3bbb56cb898fc20f5c580e0..05a983a45b5c6703a8188824a9307d4eb40b6f86 100644 (file)
@@ -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