t/helper: merge test-ref-store into test-tool
[gitweb.git] / t / helper / test-ref-store.c
index 7120634b04733bb8abe1f0622f0e1e9c8280b643..cdefb66a87c59b2e040ecbfd6b2b02415559ad12 100644 (file)
@@ -1,3 +1,4 @@
+#include "test-tool.h"
 #include "cache.h"
 #include "refs.h"
 #include "worktree.h"
@@ -274,7 +275,7 @@ static struct command commands[] = {
        { NULL, NULL }
 };
 
-int cmd_main(int argc, const char **argv)
+int cmd__ref_store(int argc, const char **argv)
 {
        struct ref_store *refs;
        const char *func;