From: David Bremner Date: Sat, 13 Mar 2021 12:43:37 +0000 (-0400) Subject: test: put shim at end of LD_PRELOAD path X-Git-Tag: 0.32_rc0~9 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5248f55d5f11c6ed6c2344b2ed13e6ff16fc6dde;hp=5248f55d5f11c6ed6c2344b2ed13e6ff16fc6dde;p=notmuch test: put shim at end of LD_PRELOAD path Certain tools like the address-sanitizer fail if they are not the first LD_PRELOADed library. It does not seem to matter for our shims, as long as they are loaded before libnotmuch. ---