X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c318cc10ceea69f6c4c4f42e6a47afb9a62c0701;hb=aadf202dd57f71e93cd598a1c31bd6fb82b011f7;hp=f737749f5c10505ca641ca84f8f98bf538a3d012;hpb=f0e0053149bb3b51f4a0cd43371292b639f236a8;p=notmuch diff --git a/test/python b/test/python index f737749f..c318cc10 100755 --- a/test/python +++ b/test/python @@ -5,15 +5,14 @@ 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 +notmuch search --sort=oldest-first --output=threads tag:inbox | sed s/^thread:// > EXPECTED test_expect_equal_file OUTPUT EXPECTED test_done