aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-tool.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:18 -0700
committerJunio C Hamano <gitster@pobox.com>2024-06-12 13:37:18 -0700
commit2a061a62e28003898cb2c19ee332147b55fe95d3 (patch)
treeccea7a55d9274e682733bdf40c7880aa9850689c /t/helper/test-tool.c
parentMerge branch 'jk/sparse-leakfix' (diff)
parentt/: migrate helper/test-example-decorate to the unit testing framework (diff)
downloadgit-2a061a62e28003898cb2c19ee332147b55fe95d3.tar.gz
git-2a061a62e28003898cb2c19ee332147b55fe95d3.zip
Merge branch 'gt/decorate-unit-test'
A test helper that essentially is unit tests on the "decorate" logic has been rewritten using the unit-tests framework. * gt/decorate-unit-test: t/: migrate helper/test-example-decorate to the unit testing framework
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 7ad7d07018..1304336fe8 100644
--- a/t/helper/test-tool.c
+++ b/t/helper/test-tool.c
@@ -29,7 +29,6 @@ static struct test_cmd cmds[] = {
{ "dump-split-index", cmd__dump_split_index },
{ "dump-untracked-cache", cmd__dump_untracked_cache },
{ "env-helper", cmd__env_helper },
- { "example-decorate", cmd__example_decorate },
{ "example-tap", cmd__example_tap },
{ "find-pack", cmd__find_pack },
{ "fsmonitor-client", cmd__fsmonitor_client },