Re: [PATCH 12/14] Add test for fetch-pack

2016-05-02 Thread David Turner
On Fri, 2016-04-29 at 16:34 -0700, Stefan Beller wrote: > +test_expect_success 'fetch-pack with protocol version 2' ' > + test_when_finished "rm -rf repo1" && > + mkdir repo1 && > + ( > + cd repo1 && > + git init && > + test_commit 1 && > +

[PATCH 12/14] Add test for fetch-pack

2016-04-29 Thread Stefan Beller
Signed-off-by: Stefan Beller --- t/t5500-fetch-pack.sh | 21 + 1 file changed, 21 insertions(+) diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh index 91a69fc..2c704ef 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh @@ -519,6 +519,7 @@ test_expect_suc