test: use test_expect_equal_file in atomicity

The documentation claims this is more robust, and it seems to work
fine to switch to the _file variant.
This commit is contained in:
David Bremner 2011-09-13 09:31:46 -03:00
parent 05a522c5fa
commit 73ed66a501

View file

@ -95,7 +95,7 @@ done
test_begin_subtest '"notmuch new" is idempotent under arbitrary aborts' test_begin_subtest '"notmuch new" is idempotent under arbitrary aborts'
test_subtest_known_broken 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" test_expect_success GDB "detected $outcount>10 abort points" "test $outcount -gt 10"