From: Felipe Contreras Date: Tue, 1 Dec 2020 00:46:48 +0000 (-0600) Subject: test: completion: fix typos X-Git-Tag: v2.30.0-rc0~13^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b64b43d2f255067ddc047fbf89e5292e892665d5;p=thirdparty%2Fgit.git test: completion: fix typos Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/t/t9902-completion.sh b/t/t9902-completion.sh index 5c01c75d40..81a728c743 100755 --- a/t/t9902-completion.sh +++ b/t/t9902-completion.sh @@ -906,7 +906,7 @@ test_expect_success '__git_refs - after --opt= - full refs' ' test_cmp expected "$actual" ' -test_expect_success '__git refs - exluding refs' ' +test_expect_success '__git refs - excluding refs' ' cat >expected <<-EOF && ^HEAD ^master @@ -922,7 +922,7 @@ test_expect_success '__git refs - exluding refs' ' test_cmp expected "$actual" ' -test_expect_success '__git refs - exluding full refs' ' +test_expect_success '__git refs - excluding full refs' ' cat >expected <<-EOF && ^refs/heads/master ^refs/heads/matching-branch