From: Marc Strapetz Date: Tue, 4 Jan 2022 23:17:04 +0000 (+0000) Subject: t/README: fix typo X-Git-Tag: v2.35.0-rc0~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8205b2ff366a03fb2d28757c822cfa3fc2e746ad;p=thirdparty%2Fgit.git t/README: fix typo Signed-off-by: Marc Strapetz Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 2353a4c5e1..f48e0542cd 100644 --- a/t/README +++ b/t/README @@ -466,7 +466,7 @@ explicitly providing repositories when accessing submodule 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= allows specifying a space speparated list of +GIT_TEST_REQUIRE_PREREQ= allows specifying a space separated list of prereqs that are required to succeed. If a prereq in this list is triggered by a test and then fails then the whole test run will abort. This can help to make sure the expected tests are executed and not silently skipped when their