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