mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
Some versions of leaks want -exclude to not have a space
This commit is contained in:
committed by
Edward Thomson
parent
0cc9d67dab
commit
399292dd5f
@@ -4,5 +4,5 @@ export MallocScribble=1
|
||||
export MallocLogFile=/dev/null
|
||||
# Exclude known Apple Security framework leak in CryptKit::FEEKeyInfoProvider
|
||||
# which occurs during SSL/TLS handshakes and is not in libgit2's control
|
||||
export CLAR_AT_EXIT="leaks -quiet -exclude SSLHandshake \$PPID"
|
||||
export CLAR_AT_EXIT="leaks -quiet -exclude=SSLHandshake \$PPID"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user