summaryrefslogtreecommitdiff
path: root/t/helper/test-dump-fsmonitor.c
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-09-09 19:36:30 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-09-11 10:54:19 -0700
commitf1ef0b024cb22d139e172daedb88852425ad5ad4 (patch)
treecd51ace386a498a6fb99fc5a3ef1735813420acb /t/helper/test-dump-fsmonitor.c
parentt/helper: merge test-parse-options into test-tool (diff)
downloadtgif-f1ef0b024cb22d139e172daedb88852425ad5ad4.tar.xz
t/helper: merge test-dump-fsmonitor 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-dump-fsmonitor.c')
-rw-r--r--t/helper/test-dump-fsmonitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-dump-fsmonitor.c b/t/helper/test-dump-fsmonitor.c
index ad452707e8..08e3684aff 100644
--- a/t/helper/test-dump-fsmonitor.c
+++ b/t/helper/test-dump-fsmonitor.c
@@ -1,6 +1,7 @@
+#include "test-tool.h"
#include "cache.h"
-int cmd_main(int ac, const char **av)
+int cmd__dump_fsmonitor(int ac, const char **av)
{
struct index_state *istate = &the_index;
int i;