t/t7030-verify-tag: Add --format specifier tests
commit02c5433e1620e49daa48c7ca0b30b80a39ec08ad
authorSantiago Torres <santiago@nyu.edu>
Tue, 17 Jan 2017 23:37:22 +0000 (17 18:37 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jan 2017 19:27:56 +0000 (18 11:27 -0800)
treeafae555341a825b2ae4684681e69293186c72b33
parent07d347cf9ac13c3d1746ae368f6e72afbe82dc15
t/t7030-verify-tag: Add --format specifier tests

Verify-tag now provides --format specifiers to inspect and ensure the
contents of the tag are proper. We add two tests to ensure this
functionality works as expected: the return value should indicate if
verification passed, and the format specifiers must be respected.

Signed-off-by: Santiago Torres <santiago@nyu.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7030-verify-tag.sh