Code

t7004-tag.sh: re-arrange git tag comment for clarity
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 19 Sep 2010 16:32:02 +0000 (16:32 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:09:13 +0000 (07:09 +0000)
commit54c5dea3f913c762de24bd9dd2c7e9ff234d594b
tree2c5b87fa3516c6ec4c743b405eea5d7675c0717f
parentca209065f3cc3462eb0ae6090f6b13f38aa2114c
t7004-tag.sh: re-arrange git tag comment for clarity

Split the "message in editor has initial comment" test into three
tests. The motivation is to be able to only skip the middle part under
NO_GETTEXT_POISON.

In addition the return value of 'git tag' was being returned. We now
check that it's non-zero. I used ! instead of test_must_fail so that
the GIT_EDITOR variable was only used in this command invocation, and
because the surrounding tests use this style.

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