Re: [PATCH v3 4/6] Refactor mechanics of testing in a sub test-lib

2012-09-20 Thread Junio C Hamano
Adam Spiers writes: > This will allow us to test the test framework more thoroughly > without disrupting the top-level test metrics. > > Signed-off-by: Adam Spiers > --- > t/t-basic.sh | 67 > > 1 file changed, 29 insertions(+), 38 d

[PATCH v3 4/6] Refactor mechanics of testing in a sub test-lib

2012-09-19 Thread Adam Spiers
This will allow us to test the test framework more thoroughly without disrupting the top-level test metrics. Signed-off-by: Adam Spiers --- t/t-basic.sh | 67 1 file changed, 29 insertions(+), 38 deletions(-) diff --git a/t/t-basi