]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-tool.c
Merge branch 'jk/oid-array-cleanups'
[thirdparty/git.git] / t / helper / test-tool.c
index 5f395972c0f12175cc4b1de5d6605f08e5b34f85..2ece4d1ebfbbd40fb2b868bacc4dad05733c59ff 100644 (file)
@@ -37,6 +37,7 @@ static struct test_cmd cmds[] = {
        { "match-trees", cmd__match_trees },
        { "mergesort", cmd__mergesort },
        { "mktemp", cmd__mktemp },
+       { "oid-array", cmd__oid_array },
        { "oidmap", cmd__oidmap },
        { "online-cpus", cmd__online_cpus },
        { "parse-options", cmd__parse_options },
@@ -57,7 +58,6 @@ static struct test_cmd cmds[] = {
        { "scrap-cache-tree", cmd__scrap_cache_tree },
        { "serve-v2", cmd__serve_v2 },
        { "sha1", cmd__sha1 },
-       { "sha1-array", cmd__sha1_array },
        { "sha256", cmd__sha256 },
        { "sigchain", cmd__sigchain },
        { "strcmp-offset", cmd__strcmp_offset },