From 64731004fe949cfc64ed5c92856ffa46c8ed62f2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 24 Aug 2018 17:51:13 +0200 Subject: [PATCH] fixup! Unbreak interactive GPG prompt upon signing --- t/t7004-tag.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/t/t7004-tag.sh b/t/t7004-tag.sh index 7eab5ce45c..3ee3167b45 100755 --- a/t/t7004-tag.sh +++ b/t/t7004-tag.sh @@ -1353,13 +1353,6 @@ test_expect_success GPGSM \ test_config gpg.format x509 && test_must_fail git tag -s -m tail tag-gpg-failure' -# try to produce invalid signature -test_expect_success GPGSM \ - 'git tag -s fails if gpgsm is misconfigured (bad signature format)' \ - 'test_config gpg.x509.program echo && - test_config gpg.format x509 && - test_must_fail git tag -s -m tail tag-gpg-failure' - # try to verify without gpg: rm -rf gpghome