diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:18 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-06-12 13:37:18 -0700 |
| commit | 2a061a62e28003898cb2c19ee332147b55fe95d3 (patch) | |
| tree | ccea7a55d9274e682733bdf40c7880aa9850689c /t/helper/test-tool.c | |
| parent | Merge branch 'jk/sparse-leakfix' (diff) | |
| parent | t/: migrate helper/test-example-decorate to the unit testing framework (diff) | |
| download | git-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.c | 1 |
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 }, |
