X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fatomicity;h=eeff6be926604d9d16fe820642ac09c761dff904;hb=bff30540d86c77aacbc2c133c83aa7ccee823b48;hp=ca5c44d7ec7af1a136c67f0623c50442f2036543;hpb=05a522c5fa00bd6e0dc15e8cb858cdc45db801bf;p=notmuch diff --git a/test/atomicity b/test/atomicity index ca5c44d7..eeff6be9 100755 --- a/test/atomicity +++ b/test/atomicity @@ -94,8 +94,7 @@ for ((i = 0; i < $outcount; i++)); do done test_begin_subtest '"notmuch new" is idempotent under arbitrary aborts' -test_subtest_known_broken -test_expect_equal GDB "$(cat searchall)" "$(cat expectall)" +test_expect_equal_file GDB searchall expectall test_expect_success GDB "detected $outcount>10 abort points" "test $outcount -gt 10"