aboutsummaryrefslogtreecommitdiff
path: root/test/T240-dump-restore.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-04-04 21:36:29 -0300
committerDavid Bremner <david@tethera.net>2017-04-06 14:37:02 -0300
commitec3937b5cd2884504d5536dc8631a15fd506050b (patch)
tree9158c071262416c5aa9bf184c3fde508dfe4fee7 /test/T240-dump-restore.sh
parent33e58021958f8069ad46d7bd05cf586676fb6ae7 (diff)
test: standardize argument order to test_expect_equal_file
It is annoying to debug failing tests when the interpretation of the diffs is reversed for some tests.
Diffstat (limited to 'test/T240-dump-restore.sh')
-rwxr-xr-xtest/T240-dump-restore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T240-dump-restore.sh b/test/T240-dump-restore.sh
index 1f1f0866..75fb0b40 100755
--- a/test/T240-dump-restore.sh
+++ b/test/T240-dump-restore.sh
@@ -129,7 +129,7 @@ test_begin_subtest "Check for a safe set of message-ids"
notmuch search --output=messages from:cworth | sed s/^id:// > EXPECTED
notmuch search --output=messages from:cworth | sed s/^id:// |\
$TEST_DIRECTORY/hex-xcode --direction=encode > OUTPUT
-test_expect_equal_file OUTPUT EXPECTED
+test_expect_equal_file EXPECTED OUTPUT
test_begin_subtest "format=batch-tag, dump sanity check."
NOTMUCH_DUMP_TAGS --format=sup from:cworth | cut -f1 -d' ' | \