1 --- valgrind-tests.m4.orig
3 @@ -21,7 +21,7 @@ AC_DEFUN([gl_VALGRIND_TESTS],
4 AC_CHECK_PROGS(VALGRIND, valgrind)
7 - OPTS="-q --error-exitcode=1 --leak-check=full"
8 + OPTS="-q --error-exitcode=1 --leak-check=full --suppressions=suppressions.valgrind"
10 if test -n "$VALGRIND" \
11 && $VALGRIND $OPTS $SHELL -c 'exit 0' > /dev/null 2>&1; then