Skip to content

Commit 6fc5369

Browse files
rybakgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3fca954 commit 6fc5369

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/t4258-am-quoted-cr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_expect_success 'am --quoted-cr=strip' '
2626
git diff --exit-code HEAD two
2727
'
2828

29-
test_expect_success 'am with config mailinfo.quotecr=strip' '
29+
test_expect_success 'am with config mailinfo.quotedCr=strip' '
3030
test_might_fail git am --abort &&
3131
git reset --hard one &&
3232
test_config mailinfo.quotedCr strip &&

t/t9001-send-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ test_expect_success $PREREQ 'sendemail.aliasfiletype=mailrc' '
18291829
grep "^!somebody@example\.org!$" commandline1
18301830
'
18311831

1832-
test_expect_success $PREREQ 'sendemail.aliasfile=~/.mailrc' '
1832+
test_expect_success $PREREQ 'sendemail.aliasesfile=~/.mailrc' '
18331833
clean_fake_sendmail &&
18341834
echo "alias sbd [email protected]" >"$HOME/.mailrc" &&
18351835
git config --replace-all sendemail.aliasesfile "~/.mailrc" &&

0 commit comments

Comments
 (0)