]> granicus.if.org Git - git/commitdiff
tag tests: fix a typo in a test description
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 23 Mar 2017 13:05:20 +0000 (13:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Mar 2017 17:02:56 +0000 (10:02 -0700)
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>
t/t7004-tag.sh

index 830eff948ece1cdf5b27348fe6cb281ce40b2348..63ee2cf727dd98af298137e9f653bbd5037ee5cc 100755 (executable)
@@ -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 \