All of lore.kernel.org
 help / color / mirror / Atom feed
* t5534 broken when gpg not installed
@ 2014-08-16 21:19 Torsten Bögershausen
  2014-08-18 16:55 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Torsten Bögershausen @ 2014-08-16 21:19 UTC (permalink / raw)
  To: Git Mailing List

(I couldn't find a post for this patch)
The following is needed for systems without gpg to make t5534 pass:



diff --git a/t/t5534-push-signed.sh b/t/t5534-push-signed.sh
index 3acc864..ee5aaff 100755
--- a/t/t5534-push-signed.sh
+++ b/t/t5534-push-signed.sh
@@ -45,7 +45,7 @@ test_expect_success 'unsigned push does not send push certificate' '
        ! test -s dst/push-cert
 '
 
-test_expect_success 'signed push sends push certificate' '
+test_expect_success GPG 'signed push sends push certificate' '
        prepare_dst &&
        mkdir -p dst/.git/hooks &&
        write_script dst/.git/hooks/post-receive <<-\EOF &&

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-18 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16 21:19 t5534 broken when gpg not installed Torsten Bögershausen
2014-08-18 16:55 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.