build: update gnulib submodule to latest

* tests/init.sh: Update from gnulib, to fix typo.
This commit is contained in:
Jim Meyering 2010-05-11 09:50:29 +02:00
parent 0c22e84156
commit 844b2570b3
2 changed files with 2 additions and 2 deletions

2
gnulib

@ -1 +1 @@
Subproject commit 204e7feaf617b2e14fdf1226dfaf858e984c1737
Subproject commit 34ccc0097f0161afab82df3025b342d98ad63f01

View 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