X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=f737749f5c10505ca641ca84f8f98bf538a3d012;hb=2a349d739b31dcef188d4ccd0aa3054e3316d6c2;hp=179427b80a6ec37e1312193fb2f2c52a19afe689;hpb=6cca3a5c16dac539db135920bc9ef9c5d237a1d5;p=notmuch 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 < OUTPUT import notmuch db = notmuch.Database(mode=notmuch.Database.MODE.READ_WRITE)