diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2017-03-22 22:18:53 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-22 15:34:53 -0700 |
commit | 57f82f4f6037fd8243f44fd8b5f553e444d13f2c (patch) | |
tree | 01d63b453ed1f40fe53716b2e7d5ebeeead346bd | |
parent | c1d44cee954b46b5fce729ba31d9674fe527b868 (diff) | |
download | git-57f82f4f6037fd8243f44fd8b5f553e444d13f2c.tar.gz git-57f82f4f6037fd8243f44fd8b5f553e444d13f2c.tar.xz |
t/README: change "Inside <X> part" to "Inside the <X> part"
Change the mention of "Inside the <script> part, the standard
output..." to use the definite article, which makes more sense in this
context.
This changes documentation I originally added back in commit
20873f45e7 ("t/README: Document the do's and don'ts of tests",
2010-07-02).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | t/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,7 @@ Don't: Keep in mind: - - Inside <script> part, the standard output and standard error + - Inside the <script> part, the standard output and standard error streams are discarded, and the test harness only reports "ok" or "not ok" to the end user running the tests. Under --verbose, they are shown to help debugging the tests. |