]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t: fix typos in test messages
authorAndrei Rybak <rybak.a.v@gmail.com>
Fri, 25 Jun 2021 19:38:50 +0000 (21:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2021 17:05:14 +0000 (10:05 -0700)
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>
t/t4258-am-quoted-cr.sh
t/t9001-send-email.sh

index fb5071f914003104cda0ca4a05b46f7afe443eb6..201915b45a8bd67c2fc744c259b5a2ee24138796 100755 (executable)
@@ -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 &&
index 3b7540050ca8d630086d58f8b85d08d209684194..09360ca68347bca912c5d4cf74f74abb5d4bae6b 100755 (executable)
@@ -1829,7 +1829,7 @@ test_expect_success $PREREQ 'sendemail.aliasfiletype=mailrc' '
        grep "^!somebody@example\.org!$" commandline1
 '
 
-test_expect_success $PREREQ 'sendemail.aliasfile=~/.mailrc' '
+test_expect_success $PREREQ 'sendemail.aliasesfile=~/.mailrc' '
        clean_fake_sendmail &&
        echo "alias sbd  someone@example.org" >"$HOME/.mailrc" &&
        git config --replace-all sendemail.aliasesfile "~/.mailrc" &&