Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2021-06-25 22:38:50 +0300
committerJunio C Hamano <gitster@pobox.com>2021-06-28 20:05:14 +0300
commit6fc53692636c75748975a84a6d7f3d83daf8a50a (patch)
tree496d638db10ae96cc43d303e39a513c3eb910edf /t/t4258-am-quoted-cr.sh
parent3fca954172274668e79df188924865265ed29d03 (diff)
t: fix typos in test messages
Both in t4258 and in t9001, the code of the tests following shows the proper name for the configuration variables. So use the correct names in the test messages as well. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4258-am-quoted-cr.sh')
-rwxr-xr-xt/t4258-am-quoted-cr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4258-am-quoted-cr.sh b/t/t4258-am-quoted-cr.sh
index fb5071f914..201915b45a 100755
--- a/t/t4258-am-quoted-cr.sh
+++ b/t/t4258-am-quoted-cr.sh
@@ -26,7 +26,7 @@ test_expect_success 'am --quoted-cr=strip' '
git diff --exit-code HEAD two
'
-test_expect_success 'am with config mailinfo.quotecr=strip' '
+test_expect_success 'am with config mailinfo.quotedCr=strip' '
test_might_fail git am --abort &&
git reset --hard one &&
test_config mailinfo.quotedCr strip &&