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 9dbb27f144a3805471f086bb1ea68afa16fd69d4..f146728a44476149174f460e249f0ab0e5b58e4b 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 11b7311352304adc1142cbc4339fce19a8e5bdce..3e7676148af564e6271a6dbb8cc4f75dd4e07a76 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 \