Skip to content

Commit 63d3294

Browse files
mfwittengitster
authored andcommitted
Typos: t/README
Signed-off-by: Michael Witten <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 18b19e4 commit 63d3294

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

t/README

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ we are testing.
197197
If you create files under t/ directory (i.e. here) that is not
198198
the top-level test script, never name the file to match the above
199199
pattern. The Makefile here considers all such files as the
200-
top-level test script and tries to run all of them. A care is
200+
top-level test script and tries to run all of them. Care is
201201
especially needed if you are creating a common test library
202202
file, similar to test-lib.sh, because such a library file may
203203
not be suitable for standalone execution.
@@ -281,9 +281,8 @@ Do:
281281
- Check the test coverage for your tests. See the "Test coverage"
282282
below.
283283

284-
Don't blindly follow test coverage metrics, they're a good way to
285-
spot if you've missed something. If a new function you added
286-
doesn't have any coverage you're probably doing something wrong,
284+
Don't blindly follow test coverage metrics; if a new function you added
285+
doesn't have any coverage, then you're probably doing something wrong,
287286
but having 100% coverage doesn't necessarily mean that you tested
288287
everything.
289288

@@ -427,7 +426,7 @@ library for your script to use.
427426
- test_tick
428427

429428
Make commit and tag names consistent by setting the author and
430-
committer times to defined stated. Subsequent calls will
429+
committer times to defined state. Subsequent calls will
431430
advance the times by a fixed amount.
432431

433432
- test_commit <message> [<filename> [<contents>]]

0 commit comments

Comments
 (0)