]> git.notmuchmail.org Git - notmuch/blobdiff - test/python
emacs: remove unused variable in `notmuch-show-insert-part-message/rfc822'
[notmuch] / test / python
index 179427b80a6ec37e1312193fb2f2c52a19afe689..f737749f5c10505ca641ca84f8f98bf538a3d012 100755 (executable)
@@ -5,6 +5,8 @@ test_description="python bindings"
 add_email_corpus
 
 test_begin_subtest "compare thread ids"
+LD_LIBRARY_PATH=$TEST_DIRECTORY/../lib \
+PYTHONPATH=$TEST_DIRECTORY/../bindings/python \
 python <<EOF | sort > OUTPUT
 import notmuch
 db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE)