summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-10 19:52:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-10 19:52:56 (GMT)
commit27a70fa0446a7ddfb2c0582a9c191bf00040fcef (patch)
treec9a2abafacc5697e86efc3ba0fda7a7bd2d631bd /t
parentc17de5a505a2da23fcbfefdc8b0aad3f045a510f (diff)
parent8205b2ff366a03fb2d28757c822cfa3fc2e746ad (diff)
downloadgit-27a70fa0446a7ddfb2c0582a9c191bf00040fcef.zip
git-27a70fa0446a7ddfb2c0582a9c191bf00040fcef.tar.gz
git-27a70fa0446a7ddfb2c0582a9c191bf00040fcef.tar.bz2
Merge branch 'ms/t-readme-typofix'
Typofix. * ms/t-readme-typofix: t/README: fix typo
Diffstat (limited to 't')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index 2353a4c..f48e054 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=<list> allows specifying a space speparated list of
+GIT_TEST_REQUIRE_PREREQ=<list> 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