]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/README
Merge branch 'ab/test-lib'
[thirdparty/git.git] / t / README
index bc57006c041bc5113095a13700e5bf475ab515e8..593d4a4e270cc07b0f8e7d93e0da4d3c0b73eebd 100644 (file)
--- a/t/README
+++ b/t/README
@@ -917,13 +917,13 @@ library for your script to use.
 
    Check whether a file has the length it is expected to.
 
- - test_path_is_file <path> [<diagnosis>]
-   test_path_is_dir <path> [<diagnosis>]
-   test_path_is_missing <path> [<diagnosis>]
+ - test_path_is_file <path>
+   test_path_is_dir <path>
+   test_path_is_missing <path>
 
    Check if the named path is a file, if the named path is a
    directory, or if the named path does not exist, respectively,
-   and fail otherwise, showing the <diagnosis> text.
+   and fail otherwise.
 
  - test_when_finished <script>