summaryrefslogtreecommitdiff
path: root/t/t9001-send-email.sh
diff options
context:
space:
mode:
authorAndrei Rybak <rybak.a.v@gmail.com>2021-06-25 21:38:50 +0200
committerJunio C Hamano <gitster@pobox.com>2021-06-28 10:05:14 -0700
commit6fc53692636c75748975a84a6d7f3d83daf8a50a (patch)
tree496d638db10ae96cc43d303e39a513c3eb910edf /t/t9001-send-email.sh
parent3fca954172274668e79df188924865265ed29d03 (diff)
downloadgit-6fc53692636c75748975a84a6d7f3d83daf8a50a.tar.gz
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/t9001-send-email.sh')
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 3b7540050c..09360ca683 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -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" &&