Re: [PATCH] t/README: fix typo
From: Marc Strapetz <hidden>
Date: 2022-01-06 06:17:45
On 05/01/2022 17:47, Marc Strapetz wrote:
Hi Dscho, On 05/01/2022 17:22, Johannes Schindelin wrote:quoted
quoted
@@ -466,7 +466,7 @@ explicitly providing repositories when accessingsubmodule objects is complete or needs to be abandoned for whatever reason (in which case the migrated codepaths still retain their performance benefits). -GIT_TEST_REQUIRE_PREREQ=<list> allows specifying a space speparated list of +GIT_TEST_REQUIRE_PREREQ=<list> allows specifying a space separated list ofGood find! I'm curious, how did you find it? If it was a spell checker, did it alsoI found it by plain reading :) as I had troubles to get a test working. > find the "dotsh" typo in the same file (it should be "dots", I think)? I wouldn't have noticed that, but I agree that it should be "test_name_without_dots".
Please disregard my last statement. "test_name_without_dotsh" means "test name without .sh extension". For "t2109-update-index-index-version.sh", the directory will be "trash directory.t2109-update-index-index-version". -Marc