From: Kaartic Sivaraam Date: Sun, 17 Sep 2017 10:18:15 +0000 (+0000) Subject: t/README: fix typo and grammatically improve a sentence X-Git-Tag: v2.15.0-rc0~52^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=01e4be6c3d23741bbf7173624f35abb3f15bdf25;p=git-core%2Fgit.git t/README: fix typo and grammatically improve a sentence Signed-off-by: Kaartic Sivaraam Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 2f9586036..4b079e449 100644 --- a/t/README +++ b/t/README @@ -265,12 +265,12 @@ or: $ sh ./t9200-git-cvsexport-commit.sh --run='-3 21' -As noted above, the test set is built going though items left to -right, so this: +As noted above, the test set is built by going through the items +from left to right, so this: $ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3' -will run tests 1, 2, and 4. Items that comes later have higher +will run tests 1, 2, and 4. Items that come later have higher precedence. It means that this: $ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'