valgrind: skip buf::oom test (cherry picked from commit 573c408921e02f61501b2982fc10af77a8412631)
diff --git a/script/cileaks.sh b/script/cileaks.sh
index 1946e8c..6b53984 100755
--- a/script/cileaks.sh
+++ b/script/cileaks.sh
@@ -9,5 +9,5 @@ then
fi
if [ -n "$VALGRIND" -a -e "$(which valgrind)" ]; then
- valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline
+ valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --suppressions=./libgit2_clar.supp _build/libgit2_clar $@ -ionline -xbuf::oom
fi