]> git.notmuchmail.org Git - notmuch/blobdiff - test/README
test: Move tests from emacs to emacs-show
[notmuch] / test / README
index 43656a35baf9f9bc5e5d41aca2b65c8e4e763450..e0364e86652e6422c8172894d4dc16436ec06adc 100644 (file)
@@ -176,12 +176,12 @@ library for your script to use.
    will generate a failure and print the difference of the two
    strings.
 
- test_expect_equal_file <output> <expected>
+ test_expect_equal_file <file1> <file2>
 
-   Identical to test_exepect_equal, except that <output> and
-   <expected> are files instead of strings.  This is a much more
-   robust method to compare formatted textual information, since it
-   also notices whitespace and closing newline differences.
+   Identical to test_exepect_equal, except that <file1> and <file2>
+   are files instead of strings.  This is a much more robust method to
+   compare formatted textual information, since it also notices
+   whitespace and closing newline differences.
 
  test_debug <script>