X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c318cc10ceea69f6c4c4f42e6a47afb9a62c0701;hb=aadf202dd57f71e93cd598a1c31bd6fb82b011f7;hp=179427b80a6ec37e1312193fb2f2c52a19afe689;hpb=6cca3a5c16dac539db135920bc9ef9c5d237a1d5;p=notmuch diff --git a/test/python b/test/python index 179427b8..c318cc10 100755 --- a/test/python +++ b/test/python @@ -5,13 +5,14 @@ test_description="python bindings" add_email_corpus test_begin_subtest "compare thread ids" -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