From 7b57a01988f1a0f77b66ac69fdb5fb03c4aff60f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 Jul 2009 11:31:10 +0200 Subject: Made tests less spammy --- test/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/push') diff --git a/test/push b/test/push index ff735e5..8463e61 100644 --- a/test/push +++ b/test/push @@ -2,7 +2,7 @@ somefile=$RANDOM touch $somefile git add $somefile -git commit -m $somefile +git commit --quiet -m $somefile pkg push if [[ $repo == *-bare ]] { [[ $(git --git-dir=$test_proot/$repo log --pretty=oneline | head -1) == *$somefile ]] -- cgit v1.2.3