Skip to content

Commit aee078b

Browse files
committed
t7003: make test repeatable
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6f6826c commit aee078b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t7003-filter-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ make_commit () {
77
lower=$(echo $1 | tr A-Z a-z)
88
echo $lower > $lower
99
git add $lower
10+
test_tick
1011
git commit -m $1
1112
git tag $1
1213
}

0 commit comments

Comments
 (0)