X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fpython;h=c3aa7266e285f0e6b6f4b2671ffed07663eab805;hb=3f44da70b1dab028301641f7cfe5da6e420d60d9;hp=179427b80a6ec37e1312193fb2f2c52a19afe689;hpb=6cca3a5c16dac539db135920bc9ef9c5d237a1d5;p=notmuch diff --git a/test/python b/test/python index 179427b8..c3aa7266 100755 --- a/test/python +++ b/test/python @@ -5,7 +5,7 @@ test_description="python bindings" add_email_corpus test_begin_subtest "compare thread ids" -python < OUTPUT +test_python < EXPECTED -test_expect_equal_file OUTPUT EXPECTED +test_expect_equal_file <(sort OUTPUT) EXPECTED test_done