]> git.notmuchmail.org Git - notmuch/blobdiff - test/T370-search-folder-coherence.sh
test: standardize argument order to test_expect_equal_file
[notmuch] / test / T370-search-folder-coherence.sh
index da4ec2b8c61a15403b14433b0774ca6aaaf7f2b7..d1cb45eccc143ed27273f9ef83ccc214306dba6a 100755 (executable)
@@ -28,7 +28,7 @@ MAIL_DIR/msg-001
 MAIL_DIR/spam/msg-001
 EOF
 notmuch search --output=files id:$id_x | notmuch_search_files_sanitize >OUTPUT
-test_expect_equal_file OUTPUT EXPECTED
+test_expect_equal_file EXPECTED OUTPUT
 
 test_begin_subtest "Test matches folder:spam"
 output=$(notmuch search folder:spam)