X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT390-python.sh;h=a9a61145699b19ca5e61129f91255c7b154e6f72;hp=b27f0740edfb75bfa84ba7e0f977cee670d98fce;hb=ec3937b5cd2884504d5536dc8631a15fd506050b;hpb=33e58021958f8069ad46d7bd05cf586676fb6ae7 diff --git a/test/T390-python.sh b/test/T390-python.sh index b27f0740..a9a61145 100755 --- a/test/T390-python.sh +++ b/test/T390-python.sh @@ -16,7 +16,7 @@ for t in q_new.search_threads(): print (t.get_thread_id()) EOF notmuch search --sort=oldest-first --output=threads tag:inbox | sed s/^thread:// > EXPECTED -test_expect_equal_file OUTPUT EXPECTED +test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "compare message ids" test_python < EXPECTED -test_expect_equal_file OUTPUT EXPECTED +test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "get non-existent file" test_python <