]> git.notmuchmail.org Git - notmuch/blobdiff - test/atomicity
new: Wrap adding and removing messages in atomic sections.
[notmuch] / test / atomicity
index ca5c44d7ec7af1a136c67f0623c50442f2036543..eeff6be926604d9d16fe820642ac09c761dff904 100755 (executable)
@@ -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"