]> git.notmuchmail.org Git - notmuch/commit - test/test-lib.sh
test: put shim at end of LD_PRELOAD path
authorDavid Bremner <david@tethera.net>
Sat, 13 Mar 2021 12:43:37 +0000 (08:43 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 16 Apr 2021 12:06:39 +0000 (09:06 -0300)
commit5248f55d5f11c6ed6c2344b2ed13e6ff16fc6dde
treead52c392b5d0e99cbeccf121f833e93dab5ad50b
parent3734c76d121133fbad2afbfa454bf620f7ba3a1e
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.
test/test-lib.sh