git.vger.kernel.org archive mirror
 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

* Re: t5534 broken when gpg not installed
  2014-08-16 21:19 t5534 broken when gpg not installed Torsten Bögershausen
@ 2014-08-18 16:55 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-08-18 16:55 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: Git Mailing List

Torsten Bögershausen <tboegi@web.de> writes:

> (I couldn't find a post for this patch)

Thanks.  This is from a topic near the tip of 'pu' I have been
toying with on and off but not yet ready to be sent to the list.

> 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	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).