summaryrefslogtreecommitdiffstats
path: root/tests/setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/setup')
-rwxr-xr-xtests/setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/setup b/tests/setup
index 4a96574d..bb5f62be 100755
--- a/tests/setup
+++ b/tests/setup
@@ -14,7 +14,8 @@ JQ=$JQBASEDIR/jq
if [ -z "${NO_VALGRIND-}" ] && which valgrind > /dev/null; then
VALGRIND="valgrind --error-exitcode=1 --leak-check=full \
- --suppressions=$JQTESTDIR/onig.supp"
+ --suppressions=$JQTESTDIR/onig.supp \
+ --suppressions=$JQTESTDIR/local.supp"
VG_EXIT0=--error-exitcode=0
Q=-q
else