]> git.ipfire.org Git - thirdparty/git.git/commitdiff
test: completion: fix typos
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 1 Dec 2020 00:46:48 +0000 (18:46 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Dec 2020 18:31:30 +0000 (10:31 -0800)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9902-completion.sh

index 5c01c75d408955ed75384454394ad843f94d4263..81a728c74336a37861a93218154cd56f020e2c65 100755 (executable)
@@ -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