summaryrefslogtreecommitdiff
path: root/t/t6110-rev-list-sparse.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t6110-rev-list-sparse.sh')
-rwxr-xr-xt/t6110-rev-list-sparse.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/t6110-rev-list-sparse.sh b/t/t6110-rev-list-sparse.sh
index 2a267e8..656ac7f 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 &&