X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c3aa7266e285f0e6b6f4b2671ffed07663eab805;hb=430fb27b3ef3a3c527084630d213db76be255e8e;hp=f737749f5c10505ca641ca84f8f98bf538a3d012;hpb=07bb8b9e895541006eca88430925f1c6524c4708;p=notmuch diff --git a/test/python b/test/python index f737749f..c3aa7266 100755 --- a/test/python +++ b/test/python @@ -5,9 +5,7 @@ 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 +test_python < EXPECTED -test_expect_equal_file OUTPUT EXPECTED +test_expect_equal_file <(sort OUTPUT) EXPECTED test_done