Re: [PATCH] t4150: remove unused variable

2019-03-13 Thread Phillip Wood
On 12/03/2019 14:38, Andrei Rybak wrote: In commit 735285b403 ("am: fix signoff when other trailers are present", 2017-08-08) tests using variable $signoff were rewritten and it is no longer used, so just remove it from the test setup. Well spotted, thanks Phillip Signed-off-by: Andrei Rybak

Re: [PATCH] t4150: remove unused variable

2019-03-12 Thread Junio C Hamano
Andrei Rybak writes: > In commit 735285b403 ("am: fix signoff when other trailers are present", > 2017-08-08) tests using variable $signoff were rewritten and it is no > longer used, so just remove it from the test setup. > > Signed-off-by: Andrei Rybak > --- > t/t4150-am.sh | 4 +--- > 1 file

[PATCH] t4150: remove unused variable

2019-03-12 Thread Andrei Rybak
In commit 735285b403 ("am: fix signoff when other trailers are present", 2017-08-08) tests using variable $signoff were rewritten and it is no longer used, so just remove it from the test setup. Signed-off-by: Andrei Rybak --- t/t4150-am.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-