aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-20 15:45:10 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-20 15:45:10 -0700
commitc1322ca47457a1e866845cdd69a4f848bf71a5c5 (patch)
tree79c0c8b7300e39dc98ef27a3f3506a741baf2c4a /t/helper/test-tool.c
parent393879d473aa33f45e296a34f4d74ccdd849aaeb (diff)
parented548408723d6e969160279398cc47f88f5700bc (diff)
downloadgit-c1322ca47457a1e866845cdd69a4f848bf71a5c5.tar.gz
Merge branch 'gt/unit-test-oidtree'
"oidtree" tests were rewritten to use the unit test framework. * gt/unit-test-oidtree: t/: migrate helper/test-oidtree.c to unit-tests/t-oidtree.c
Diffstat (limited to 't/helper/test-tool.c')
-rw-r--r--t/helper/test-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c
index 1304336fe8..93436a82ae 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -45,7 +45,6 @@ static struct test_cmd cmds[] = {
{ "mktemp", cmd__mktemp },
{ "oid-array", cmd__oid_array },
{ "oidmap", cmd__oidmap },
- { "oidtree", cmd__oidtree },
{ "online-cpus", cmd__online_cpus },
{ "pack-mtimes", cmd__pack_mtimes },
{ "parse-options", cmd__parse_options },