X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c318cc10ceea69f6c4c4f42e6a47afb9a62c0701;hb=aadf202dd57f71e93cd598a1c31bd6fb82b011f7;hp=c3aa7266e285f0e6b6f4b2671ffed07663eab805;hpb=442d405ad301bd0bc9dc1d385c21f943ba743308;p=notmuch diff --git a/test/python b/test/python index c3aa7266..c318cc10 100755 --- a/test/python +++ b/test/python @@ -7,11 +7,12 @@ add_email_corpus test_begin_subtest "compare thread ids" test_python < EXPECTED -test_expect_equal_file <(sort OUTPUT) EXPECTED +notmuch search --sort=oldest-first --output=threads tag:inbox | sed s/^thread:// > EXPECTED +test_expect_equal_file OUTPUT EXPECTED test_done