X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c3aa7266e285f0e6b6f4b2671ffed07663eab805;hb=3f44da70b1dab028301641f7cfe5da6e420d60d9;hp=f737749f5c10505ca641ca84f8f98bf538a3d012;hpb=f0e0053149bb3b51f4a0cd43371292b639f236a8;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