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