aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1463-refs-optimize.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-04 07:49:07 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-04 07:49:07 -0800
commitdbab18969a1b7b6f2d2b6f34c079ba65867d39ea (patch)
treeaf45ad28b7da89cd69933276a85bd84fc4306482 /t/t1463-refs-optimize.sh
parentMerge branch 'ps/ref-peeled-tags' into next (diff)
parentt/pack-refs-tests: move the 'test_done' to callees (diff)
downloadgit-dbab18969a1b7b6f2d2b6f34c079ba65867d39ea.tar.gz
git-dbab18969a1b7b6f2d2b6f34c079ba65867d39ea.zip
Merge branch 'kn/refs-optim-cleanup' into next
Code clean-up. * kn/refs-optim-cleanup: t/pack-refs-tests: move the 'test_done' to callees refs: rename 'pack_refs_opts' to 'refs_optimize_opts' refs: move to using the '.optimize' functions
Diffstat (limited to 't/t1463-refs-optimize.sh')
-rwxr-xr-xt/t1463-refs-optimize.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t1463-refs-optimize.sh b/t/t1463-refs-optimize.sh
index c11c905d79..9afe3c1ed7 100755
--- a/t/t1463-refs-optimize.sh
+++ b/t/t1463-refs-optimize.sh
@@ -15,3 +15,5 @@ export GIT_TEST_DEFAULT_REF_FORMAT
pack_refs='refs optimize'
. "$TEST_DIRECTORY"/pack-refs-tests.sh
+
+test_done