From: Junio C Hamano Date: Tue, 5 Jun 2007 07:07:31 +0000 (-0700) Subject: t7003: make test repeatable X-Git-Tag: v1.5.3-rc0~69^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aee078bf81d5810cb461e86950f6807d2d45befa;p=git.git t7003: make test repeatable Signed-off-by: Junio C Hamano --- diff --git a/t/t7003-filter-branch.sh b/t/t7003-filter-branch.sh index 9a4dae44f..c82ff1d6e 100755 --- a/t/t7003-filter-branch.sh +++ b/t/t7003-filter-branch.sh @@ -7,6 +7,7 @@ make_commit () { lower=$(echo $1 | tr A-Z a-z) echo $lower > $lower git add $lower + test_tick git commit -m $1 git tag $1 }