changeset 13342:acb55cf94798

verify: Avoid skipping the test on openSUSE 11.0.
author Bruno Haible <bruno@clisp.org>
date Sun, 16 May 2010 13:59:42 +0200
parents db4b180022df
children 747ce13db0de
files ChangeLog tests/test-verify.sh
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 14 10:27:58 2010 -0700
+++ b/ChangeLog	Sun May 16 13:59:42 2010 +0200
@@ -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++.
--- a/tests/test-verify.sh	Fri May 14 10:27:58 2010 -0700
+++ b/tests/test-verify.sh	Sun May 16 13:59:42 2010 +0200
@@ -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 \