t/helper: keep test-tool command list sorted
[gitweb.git] / t / helper / test-tool.c
index 0edafcfd65db7586bc1521d2e1afa99fbde50292..79e03eecb5742acb7ec800a8462d8aa9acb27abe 100644 (file)
@@ -34,8 +34,8 @@ static struct test_cmd cmds[] = {
        { "revision-walking", cmd__revision_walking },
        { "run-command", cmd__run_command },
        { "scrap-cache-tree", cmd__scrap_cache_tree },
-       { "sha1-array", cmd__sha1_array },
        { "sha1", cmd__sha1 },
+       { "sha1-array", cmd__sha1_array },
        { "sigchain", cmd__sigchain },
        { "strcmp-offset", cmd__strcmp_offset },
        { "string-list", cmd__string_list },