verify: Avoid skipping the test on openSUSE 11.0.
authorBruno Haible <bruno@clisp.org>
Sun, 16 May 2010 11:59:42 +0000 (13:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 16 May 2010 11:59:42 +0000 (13:59 +0200)
ChangeLog
tests/test-verify.sh

index 9dbb27f..f146728 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-16  Bruno Haible  <bruno@clisp.org>
+
+       verify: Avoid skipping the test on openSUSE 11.0.
+       * tests/test-verify.sh: Unset MALLOC_PERTURB_.
+
 2010-05-13  Bruno Haible  <bruno@clisp.org>
 
        Avoid useless warnings from G++.
index 11b7311..3e76761 100755 (executable)
@@ -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 \