mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
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:
parent
05a522c5fa
commit
73ed66a501
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ 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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue