diff options
Diffstat (limited to 't/t6110-rev-list-sparse.sh')
-rwxr-xr-x | t/t6110-rev-list-sparse.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/t/t6110-rev-list-sparse.sh b/t/t6110-rev-list-sparse.sh index 2a267e84cd..656ac7fe9d 100755 --- a/t/t6110-rev-list-sparse.sh +++ b/t/t6110-rev-list-sparse.sh @@ -3,13 +3,6 @@ test_description='operations that cull histories in unusual ways' . ./test-lib.sh -test_commit () { - echo "$1" >"$1.file" && - git add "$1.file" && - test_tick && - git commit -m "$1" -} - test_expect_success setup ' test_commit A && test_commit B && |