diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2020-11-30 18:46:48 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-01 10:31:30 -0800 |
commit | b64b43d2f255067ddc047fbf89e5292e892665d5 (patch) | |
tree | 3ed50ff0f036febd29ab38b5f948919b2b03a0db /t | |
parent | .gitignore: remove dangling file (diff) | |
download | tgif-b64b43d2f255067ddc047fbf89e5292e892665d5.tar.xz |
test: completion: fix typos
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t9902-completion.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |