[RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
As 0232852b, but for the push tests instead: this avoids a start_httpd in the middle of the file, which fails under GIT_TEST_HTTPD=false. Signed-off-by: Nick Alcock nick.alc...@oracle.com --- On 30 May 2014, Jeff King said: diff --git a/t/t5537-fetch-shallow.sh b/t/t5537-fetch-shallow.sh index

Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Jeff King
On Fri, May 30, 2014 at 11:29:10AM +0100, Nix wrote: As 0232852b, but for the push tests instead: this avoids a start_httpd in the middle of the file, which fails under GIT_TEST_HTTPD=false. Signed-off-by: Nick Alcock nick.alc...@oracle.com Thanks, this makes sense. I'm really not sure why

Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Junio C Hamano
Nix n...@esperi.org.uk writes: As 0232852b, but for the push tests instead: this avoids a start_httpd in the middle of the file, which fails under GIT_TEST_HTTPD=false. Signed-off-by: Nick Alcock nick.alc...@oracle.com --- On 30 May 2014, Jeff King said: diff --git

Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
On 30 May 2014, Jeff King said: On Fri, May 30, 2014 at 11:29:10AM +0100, Nix wrote: +test_expect_success 'push from shallow repo via http' ' +mv $HTTPD_DOCUMENT_ROOT_PATH/repo.git shallow-upstream.git +git clone --bare --no-local full $HTTPD_DOCUMENT_ROOT_PATH/repo.git +( +

Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
On 30 May 2014, Junio C. Hamano said: Nix n...@esperi.org.uk writes: (signed off with my work email address for paranoia's sake.) As long as your employer is fine with your patch contributed to us, My employer encourages it. and assuming that the patch was done on your employer's time, it