Thread (21 messages) flat view 21 messages, 2 authors, 2017-01-17

Re: [PATCH v5 7/7] t/t7004-tag: Add --format specifier tests

From: Jeff King <hidden>
Date: 2017-01-17 15:35:14

On Sun, Jan 15, 2017 at 01:47:05PM -0500, santiago@nyu.edu wrote:
quoted hunk ↗ jump to hunk
From: Santiago Torres <redacted>

tag -v now supports --format specifiers to inspect the contents of a tag
upon verification. Add two tests to ensure this behavior is respected in
future changes.

Signed-off-by: Santiago Torres <redacted>
---
 t/t7004-tag.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh
index 07869b0c0..b2b81f203 100755
--- a/t/t7004-tag.sh
+++ b/t/t7004-tag.sh
@@ -874,6 +874,22 @@ test_expect_success GPG 'verifying a forged tag should fail' '
 	test_must_fail git tag -v forged-tag
 '
 
+test_expect_success 'verifying a proper tag with --format pass and format accordingly' '
+	cat >expect <<-\EOF 
Trailing whitespace after "EOF" here (and below). Otherwise the tests
look reasonable to me.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help