Signed-off-by: Stephen Boyd <bebarino@xxxxxxxxx> --- t/t5500-fetch-pack.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh index c450f33..ce74508 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh @@ -97,7 +97,7 @@ pull_to_client () { ( mkdir client && cd client && - git init 2>> log2.txt && + git init 2>> log2.txt > /dev/null && git config transfer.unpacklimit 0 ) -- 1.6.3.1.145.gb74d77 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html