t7003: make test repeatable
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Jun 2007 07:07:31 +0000 (00:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Jun 2007 07:07:31 +0000 (00:07 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh

index 9a4dae44f2038d8442a37b4bce4161a2cc578e64..c82ff1d6e900526ffcdcf6a1f79fb22694734d4b 100755 (executable)
@@ -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
 }