From: Bruno Haible Date: Sun, 16 May 2010 11:59:42 +0000 (+0200) Subject: verify: Avoid skipping the test on openSUSE 11.0. X-Git-Tag: v0.1~4145 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=6718482118fd4c0acaa84967ff1f56e6383befbc;p=gnulib.git verify: Avoid skipping the test on openSUSE 11.0. --- diff --git a/ChangeLog b/ChangeLog index 9dbb27f14..f146728a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-16 Bruno Haible + + verify: Avoid skipping the test on openSUSE 11.0. + * tests/test-verify.sh: Unset MALLOC_PERTURB_. + 2010-05-13 Bruno Haible Avoid useless warnings from G++. diff --git a/tests/test-verify.sh b/tests/test-verify.sh index 11b731135..3e7676148 100755 --- a/tests/test-verify.sh +++ b/tests/test-verify.sh @@ -1,6 +1,10 @@ #!/bin/sh . "${srcdir=.}/init.sh" +# We are not interested in triggering bugs in the compilers and tools +# (such as gcc 4.3.1 on openSUSE 11.0). +unset MALLOC_PERTURB_ + # Rather than figure out how to invoke the compiler with the right # include path ourselves, we let make do it: (cd "$initial_cwd_" && rm -f test-verify.o \