Re: [PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-23 Thread Michael J Gruber
Jeff King venit, vidit, dixit 20.03.2015 21:13: On Fri, Mar 20, 2015 at 04:02:39PM -0400, Jeff King wrote: Yeah, that was my impression, too. I don't have svn installed on my system, so I missed those ones. I don't have CVS either. That might be worth following up on. Hmm, that turned out

[PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-20 Thread Michael J Gruber
All of these cases are moderate since they would most probably not lead to missed failing tests: Either they would fail otherwise, or fail a rm in test_when_finished only. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- t/t2026-prune-linked-checkouts.sh | 4 ++--

Re: [PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-20 Thread Junio C Hamano
Michael J Gruber g...@drmicha.warpmail.net writes: All of these cases are moderate since they would most probably not lead to missed failing tests: Either they would fail otherwise, or fail a rm in test_when_finished only. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net ---

Re: [PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-20 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Michael J Gruber g...@drmicha.warpmail.net writes: All of these cases are moderate since they would most probably not lead to missed failing tests: Either they would fail otherwise, or fail a rm in test_when_finished only. Signed-off-by: Michael J

Re: [PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-20 Thread Jeff King
On Fri, Mar 20, 2015 at 12:35:56PM -0700, Junio C Hamano wrote: Junio C Hamano gits...@pobox.com writes: Michael J Gruber g...@drmicha.warpmail.net writes: All of these cases are moderate since they would most probably not lead to missed failing tests: Either they would fail otherwise,

Re: [PATCH 26/27] t/*svn*: fix moderate -chain breakage

2015-03-20 Thread Jeff King
On Fri, Mar 20, 2015 at 04:02:39PM -0400, Jeff King wrote: Yeah, that was my impression, too. I don't have svn installed on my system, so I missed those ones. I don't have CVS either. That might be worth following up on. Hmm, that turned out rather easy. No breakages at all in the cvs tests.