Browse Source

t7003: make test repeatable

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 18 years ago
parent
commit
aee078bf81
  1. 1
      t/t7003-filter-branch.sh

1
t/t7003-filter-branch.sh

@ -7,6 +7,7 @@ make_commit () { @@ -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
}

Loading…
Cancel
Save