aboutsummaryrefslogtreecommitdiff
path: root/t/t7003-filter-branch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-06-05 00:07:31 -0700
committerJunio C Hamano <gitster@pobox.com>2007-06-05 00:07:31 -0700
commitaee078bf81d5810cb461e86950f6807d2d45befa (patch)
treea9a49fd4cae8ba618b8b72a881c47e5451377d9c /t/t7003-filter-branch.sh
parent6f6826c52bb751450e2bfa28f07c817dfa5802d6 (diff)
downloadgit-aee078bf81d5810cb461e86950f6807d2d45befa.tar.gz
git-aee078bf81d5810cb461e86950f6807d2d45befa.tar.xz
t7003: make test repeatable
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7003-filter-branch.sh')
-rwxr-xr-xt/t7003-filter-branch.sh1
1 files changed, 1 insertions, 0 deletions
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
}