From df995c7dd21bca9c61f9e5480fdfc1a015b4f1a0 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Mon, 24 Sep 2012 04:40:24 +0200 Subject: silence git gc --auto --quiet output When --quiet is requested, gc --auto should not display messages unless there is an error. Signed-off-by: Tobias Ulmer Acked-by: Jeff King Signed-off-by: Junio C Hamano --- t/t5400-send-pack.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') diff --git a/t/t5400-send-pack.sh b/t/t5400-send-pack.sh index 250c720c1..78ab17793 100755 --- a/t/t5400-send-pack.sh +++ b/t/t5400-send-pack.sh @@ -174,8 +174,7 @@ test_expect_success 'receive-pack runs auto-gc in remote repo' ' cd parent && echo "Even more text" >>file.txt && git commit -a -m "Third commit" && - git send-pack ../child HEAD:refs/heads/test_auto_gc >output 2>&1 && - grep "Auto packing the repository for optimum performance." output + git send-pack ../child HEAD:refs/heads/test_auto_gc ) && test ! -e child/.git/objects/tmp_test_object ' -- cgit v1.2.1