From 73ed66a501537fc145b6b6250513ec94c7b7e659 Mon Sep 17 00:00:00 2001
From: David Bremner <bremner@debian.org>
Date: Tue, 13 Sep 2011 09:31:46 -0300
Subject: [PATCH] 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.
---
 test/atomicity | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 
-- 
2.45.2