X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib-common.sh;h=03ef1d2d02467674f4f096fcd872a409fe7421fe;hp=0fdeeb72479252618fec80a7fa62a792287d5e01;hb=60ac94fe58635f9c40724afa0f35965fc9ff1afc;hpb=36492f20a71906413d9922dbad5e18571059f57a diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index 0fdeeb72..03ef1d2d 100644 --- a/test/test-lib-common.sh +++ b/test/test-lib-common.sh @@ -58,6 +58,11 @@ restore_database () { TEST_DIRECTORY=$(pwd -P) notmuch_path=`find_notmuch_path "$TEST_DIRECTORY"` +# Prepend $TEST_DIRECTORY/../lib to LD_LIBRARY_PATH, to make tests work +# on systems where ../notmuch depends on LD_LIBRARY_PATH. +LD_LIBRARY_PATH=${TEST_DIRECTORY%/*}/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} +export LD_LIBRARY_PATH + # configure output . $notmuch_path/sh.config || exit 1