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>
Ævar Arnfjörð Bjarmason committed
Mar 22, 2017 at 22:18 UTC
57f82f4f6037fd8243f44fd8b5f553e444d13f2c
1 file changed
+1
-1
t/README
+1
-1
@@ -477,7 +477,7 @@ Don't:
477
478
Keep in mind:
479
480
- - Inside <script> part, the standard output and standard error
480
+ - Inside the <script> part, the standard output and standard error
481
streams are discarded, and the test harness only reports "ok" or
482
"not ok" to the end user running the tests. Under --verbose, they
483
are shown to help debugging the tests.