aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/atomicity
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-09-13 09:31:46 -0300
committerGravatar David Bremner <bremner@debian.org>2011-09-13 09:31:46 -0300
commit73ed66a501537fc145b6b6250513ec94c7b7e659 (patch)
treede5b683a99b43ce5173474915eb3e86d9e02de8a /test/atomicity
parent05a522c5fa00bd6e0dc15e8cb858cdc45db801bf (diff)
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.
Diffstat (limited to 'test/atomicity')
-rwxr-xr-xtest/atomicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/atomicity b/test/atomicity
index ca5c44d7..88b39587 100755
--- a/test/atomicity
+++ b/test/atomicity
@@ -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"