@@ -197,7 +197,7 @@ we are testing.
197197If you create files under t/ directory (i.e. here) that is not
198198the top-level test script, never name the file to match the above
199199pattern. 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
201201especially needed if you are creating a common test library
202202file, similar to test-lib.sh, because such a library file may
203203not be suitable for standalone execution.
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