commit | aee078bf81d5810cb461e86950f6807d2d45befa | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue Jun 05 00:07:31 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 05 00:07:31 2007 -0700 |
tree | a9a49fd4cae8ba618b8b72a881c47e5451377d9c | |
parent | 6f6826c52bb751450e2bfa28f07c817dfa5802d6 [diff] |
t7003: make test repeatable Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/t/t7003-filter-branch.sh b/t/t7003-filter-branch.sh index 9a4dae4..c82ff1d 100755 --- a/t/t7003-filter-branch.sh +++ b/t/t7003-filter-branch.sh
@@ -7,6 +7,7 @@ lower=$(echo $1 | tr A-Z a-z) echo $lower > $lower git add $lower + test_tick git commit -m $1 git tag $1 }