Re: [PATCH v2] t6302: simplify non-gpg cases

2016-05-10 Thread Junio C Hamano
Jeff King writes: > [+cc Junio as this should be the final version] Thanks, I think I queued with "do not cat a single file to a pipe" tweak already. >> > When commit 618310a taught t6302 to run without the GPG >> >> 618310a (t6302: skip only signed tags rather than all tests

Re: [PATCH v2] t6302: simplify non-gpg cases

2016-05-09 Thread Eric Sunshine
On Mon, May 9, 2016 at 10:40 PM, Jeff King wrote: > On Mon, May 09, 2016 at 01:47:35PM -0400, Eric Sunshine wrote: >> > - test_prepare_expect <<-\EOF | sed -e "s/Z$//" >expect && >> > + cat <<-\EOF | sed -e "s/Z$//" >expect && >> >> To make this as close to a reversion

[PATCH v2] t6302: simplify non-gpg cases

2016-05-09 Thread Jeff King
[+cc Junio as this should be the final version] On Mon, May 09, 2016 at 01:47:35PM -0400, Eric Sunshine wrote: > > Subject: [PATCH] t6302: simplify non-gpg cases > > > > When commit 618310a taught t6302 to run without the GPG > > 618310a (t6302: skip only signed tags rather than all tests when