aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtest/python2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/python b/test/python
index 179427b8..f737749f 100755
--- a/test/python
+++ b/test/python
@@ -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)