diff options
| author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-03-24 08:44:51 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-03-27 08:45:47 -0700 |
| commit | 5fbe600cb5e4c54e859b5d0b0ca59658781fce93 (patch) | |
| tree | 3c5b9a66bc8cfbc632fd82d9b682eb8a2f92d563 /t/helper/test-read-cache.c | |
| parent | t/helper: merge test-prio-queue into test-tool (diff) | |
| download | git-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.tar.gz git-5fbe600cb5e4c54e859b5d0b0ca59658781fce93.zip | |
t/helper: merge test-read-cache into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-read-cache.c')
| -rw-r--r-- | t/helper/test-read-cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-read-cache.c b/t/helper/test-read-cache.c index 48255eef31..d674c88ba0 100644 --- a/t/helper/test-read-cache.c +++ b/t/helper/test-read-cache.c @@ -1,6 +1,7 @@ +#include "test-tool.h" #include "cache.h" -int cmd_main(int argc, const char **argv) +int cmd__read_cache(int argc, const char **argv) { int i, cnt = 1; if (argc == 2) |
