tag: remove a TODO item from the test suite
commit4612edc639e8c7c15420960a92efa609e92ab9a7
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 23 Mar 2017 13:05:19 +0000 (23 13:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Mar 2017 17:02:55 +0000 (23 10:02 -0700)
treee04af4645d3bfe38cbb06ff663238f8bbe1c4e21
parentb643827b9443deadaa5804998116107953f8b42f
tag: remove a TODO item from the test suite

Change the test for "git tag -l" to not have an associated TODO
comment saying that it should return non-zero if there's no tags.

This was added in commit ef5a6fb597 ("Add test-script for git-tag",
2007-06-28) when the tests for "tag" were initially added, but at this
point changing this would be inconsistent with how "git tag" is a
synonym for "git tag -l", and would needlessly break external code
that relies on this porcelain command.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh