diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:47:22 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:47:23 -0700 |
| commit | 04595eb4079e33496124a132832d28aba4a94dfc (patch) | |
| tree | 085ed52cf81c16d91e869e31e8ec4352f7c0a810 /t/helper/test-tool.c | |
| parent | 63b5fcdde90361195f7f6ade199c90d91e2ecf53 (diff) | |
| parent | a680635e05848f4428b4867b7e7ad0e07c94ae8b (diff) | |
Merge branch 'gt/unit-test-oid-array'
Another unit-test.
* gt/unit-test-oid-array:
t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
Diffstat (limited to 't/helper/test-tool.c')
| -rw-r--r-- | t/helper/test-tool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index f8a67df7de..7005b7d0bf 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -43,7 +43,6 @@ static struct test_cmd cmds[] = { { "match-trees", cmd__match_trees }, { "mergesort", cmd__mergesort }, { "mktemp", cmd__mktemp }, - { "oid-array", cmd__oid_array }, { "online-cpus", cmd__online_cpus }, { "pack-mtimes", cmd__pack_mtimes }, { "parse-options", cmd__parse_options }, |
