tag tests: fix a typo in a test description

Change "suceed" to "succeed" in a test description. The typo has been
here since the code was originally added in commit ef5a6fb597 ("Add
test-script for git-tag", 2007-06-28).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2017-03-23 13:05:20 +00:00 committed by Junio C Hamano
parent 4612edc639
commit 682b29f90d

View file

@ -136,7 +136,7 @@ test_expect_success \
'test $(git tag -l mytag) = mytag'
test_expect_success \
'listing tags using a non-matching pattern should suceed' \
'listing tags using a non-matching pattern should succeed' \
'git tag -l xxx'
test_expect_success \