X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fvalgrind%2Fvalgrind.sh;h=3bc90f5cd178fa9686605797f8fe1baea78c3727;hb=6307f306fd162cae12a39df3f291ecba2823fc58;hp=582b4dca9497363c7bfd6ae5ecc2c98d28d5ac0a;hpb=60c599036e528bc8a856c3312f0222cc7b1fd32a;p=notmuch diff --git a/test/valgrind/valgrind.sh b/test/valgrind/valgrind.sh index 582b4dca..3bc90f5c 100755 --- a/test/valgrind/valgrind.sh +++ b/test/valgrind/valgrind.sh @@ -13,7 +13,7 @@ TRACK_ORIGINS=--track-origins=yes exec valgrind -q --error-exitcode=126 \ --leak-check=no \ - --suppressions="$GIT_VALGRIND/default.supp" \ + --suppressions="$GIT_VALGRIND/suppressions" \ --gen-suppressions=all \ $TRACK_ORIGINS \ --log-fd=4 \