]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-write-cache.c
t/helper: merge test-write-cache into test-tool
[thirdparty/git.git] / t / helper / test-write-cache.c
index b7ee0396692b6143e852af16695dd5800c0044be..017dc303800d9ba385a9836d85f81445c6b7e8b7 100644 (file)
@@ -1,9 +1,10 @@
+#include "test-tool.h"
 #include "cache.h"
 #include "lockfile.h"
 
 static struct lock_file index_lock;
 
-int cmd_main(int argc, const char **argv)
+int cmd__write_cache(int argc, const char **argv)
 {
        int i, cnt = 1, lockfd;
        if (argc == 2)