X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib-common.sh;h=2f7950ac75b7b6c61777560bb933d847b9a7e3f7;hp=6c3571d4c56001b65402ac4658662684b8613839;hb=1e4e8e3bf564ea190b42e9347b22c62fa6b78396;hpb=7ac96b149f5a0e5c03b64856d7c20789dab3c628 diff --git a/test/test-lib-common.sh b/test/test-lib-common.sh index 6c3571d4..2f7950ac 100644 --- a/test/test-lib-common.sh +++ b/test/test-lib-common.sh @@ -41,10 +41,6 @@ restore_database () { cp -pR $TMP_DIRECTORY/notmuch-dir-backup."${test_name}" ${MAIL_DIR}/.notmuch } -# Test the binaries we have just built. The tests are kept in -# test/ subdirectory and are run in 'trash directory' subdirectory. -TEST_DIRECTORY=$NOTMUCH_BUILDDIR/test - # 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}