aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/valgrind/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind/valgrind.sh')
-rwxr-xr-xtest/valgrind/valgrind.sh2
1 files changed, 1 insertions, 1 deletions
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 \